Docker: Limit logging for celery worker
This commit is contained in:
@@ -111,6 +111,11 @@ services:
|
|||||||
- mongo
|
- mongo
|
||||||
- redis
|
- redis
|
||||||
- rabbit
|
- rabbit
|
||||||
|
logging:
|
||||||
|
driver: "json-file"
|
||||||
|
options:
|
||||||
|
max-size: "200k"
|
||||||
|
max-file: "20"
|
||||||
|
|
||||||
# notifserv:
|
# notifserv:
|
||||||
# container_name: notifserv
|
# container_name: notifserv
|
||||||
|
Reference in New Issue
Block a user