mirror of
https://github.com/plausible/hosting.git
synced 2025-01-15 14:34:30 -06:00
add explicit ulimits to plausible service
This commit is contained in:
parent
dd86cb4de7
commit
e9c473ee2b
@ -44,6 +44,10 @@ services:
|
||||
- 443:443
|
||||
volumes:
|
||||
- plausible-data:/var/lib/plausible
|
||||
ulimits:
|
||||
nofile:
|
||||
soft: 65535
|
||||
hard: 65535
|
||||
environment:
|
||||
- BASE_URL=${BASE_URL}
|
||||
- SECRET_KEY_BASE=${SECRET_KEY_BASE}
|
||||
|
Loading…
Reference in New Issue
Block a user