Docker: Limit logging for celery worker

This commit is contained in:
2017-12-22 11:58:47 +01:00
parent 617b600ce8
commit e641565e6a

View File

@@ -111,6 +111,11 @@ services:
- mongo
- redis
- rabbit
logging:
driver: "json-file"
options:
max-size: "200k"
max-file: "20"
# notifserv:
# container_name: notifserv