forked from github.com/plausible-hosting
Compare commits
1 Commits
pre-rebase
...
pre-rebase
Author | SHA1 | Date | |
---|---|---|---|
ebe81aadc0 |
@ -44,7 +44,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
|
||||||
@ -88,3 +88,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