add log rotation

This commit is contained in:
2026-02-17 18:07:17 +00:00
parent 9600c5ea83
commit b096df8209
17 changed files with 110 additions and 0 deletions

View File

@@ -18,3 +18,8 @@ services:
caddy: ${CADDY_DOMAIN}
caddy.reverse_proxy: "* {{upstreams 3001}}"
com.centurylinklabs.watchtower.enable: true
logging:
driver: "json-file"
options:
max-size: "100m"
max-file: "3"