mirror of
https://github.com/plausible/hosting.git
synced 2025-07-01 01:27:30 -05:00
add explicit ulimits to plausible service
This commit is contained in:
@ -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}
|
||||
|
Reference in New Issue
Block a user