fix(config,compose): calendar url out of the config error, capped container logs
This commit is contained in:
@@ -1,5 +1,12 @@
|
||||
x-restart: &restart
|
||||
restart: unless-stopped
|
||||
# Логи контейнеров - не хранилище: держим окно небольшим, чтобы то, что
|
||||
# всё-таки просочилось в stdout, не жило на диске месяцами.
|
||||
logging:
|
||||
driver: json-file
|
||||
options:
|
||||
max-size: "20m"
|
||||
max-file: "3"
|
||||
|
||||
services:
|
||||
postgres:
|
||||
|
||||
Reference in New Issue
Block a user