Bump ulimits inside web and stations containers.

This commit is contained in:
Buster Neece 2019-07-26 17:06:48 -05:00
parent dda8a5183d
commit 1adce16473
No known key found for this signature in database
GPG Key ID: 6D9E12FF03411F4E
1 changed files with 5 additions and 0 deletions

View File

@ -26,6 +26,10 @@ services:
- shoutcast2_install:/var/azuracast/servers/shoutcast2
- backups:/var/azuracast/backups
restart: always
ulimits: &default-ulimits
nofile:
soft: "65536"
hard: "65536"
logging: &default-logging
options:
max-size: "1m"
@ -91,6 +95,7 @@ services:
- tmp_data:/var/azuracast/www_tmp
init: true
restart: always
ulimits: *default-ulimits
logging: *default-logging
# chronograf: