forked from github.com/plausible-hosting
Change plausible container data to regular volume
Bind mount caused issues, apparently permissions issue, I don't want to debug it anymore.
This commit is contained in:
@ -46,7 +46,7 @@ services:
|
|||||||
plausible_events_db:
|
plausible_events_db:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
volumes:
|
volumes:
|
||||||
- ./data/plausible:/var/lib/plausible
|
- plausible-data:/var/lib/plausible
|
||||||
ulimits:
|
ulimits:
|
||||||
nofile:
|
nofile:
|
||||||
soft: 65535
|
soft: 65535
|
||||||
@ -90,3 +90,6 @@ services:
|
|||||||
- MAILGUN_BASE_URI
|
- MAILGUN_BASE_URI
|
||||||
- MANDRILL_API_KEY
|
- MANDRILL_API_KEY
|
||||||
- SENDGRID_API_KEY
|
- SENDGRID_API_KEY
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
plausible-data:
|
||||||
|
Reference in New Issue
Block a user