mirror of
https://github.com/plausible/hosting.git
synced 2025-07-01 09:37:29 -05:00
add explicit ulimits to plausible service
This commit is contained in:
@ -44,6 +44,10 @@ services:
|
|||||||
- 443:443
|
- 443:443
|
||||||
volumes:
|
volumes:
|
||||||
- plausible-data:/var/lib/plausible
|
- plausible-data:/var/lib/plausible
|
||||||
|
ulimits:
|
||||||
|
nofile:
|
||||||
|
soft: 65535
|
||||||
|
hard: 65535
|
||||||
environment:
|
environment:
|
||||||
- BASE_URL=${BASE_URL}
|
- BASE_URL=${BASE_URL}
|
||||||
- SECRET_KEY_BASE=${SECRET_KEY_BASE}
|
- SECRET_KEY_BASE=${SECRET_KEY_BASE}
|
||||||
|
Reference in New Issue
Block a user