Add logging configuration to docker-compose

There was a disk full problem.
This commit is contained in:
Kravchenko Ivan
2026-05-26 20:43:26 +03:00
committed by GitHub
parent 31b9504464
commit d293861351

View File

@@ -37,3 +37,8 @@ services:
nofile: nofile:
soft: 65536 soft: 65536
hard: 262144 hard: 262144
logging:
driver: json-file
options:
max-size: "50m"
max-file: "5"