fix(config,compose): calendar url out of the config error, capped container logs

This commit is contained in:
hh
2026-09-01 14:13:22 +00:00
parent 56f8f2a1e1
commit c3d5c944ea
3 changed files with 14 additions and 3 deletions
+7
View File
@@ -1,5 +1,12 @@
x-restart: &restart
restart: unless-stopped
# Логи контейнеров - не хранилище: держим окно небольшим, чтобы то, что
# всё-таки просочилось в stdout, не жило на диске месяцами.
logging:
driver: json-file
options:
max-size: "20m"
max-file: "3"
services:
postgres: