From 06cd490f348afc858506f1d4fd994aa2366edc93 Mon Sep 17 00:00:00 2001 From: Matthew Pomes Date: Sun, 7 Sep 2025 15:18:47 -0500 Subject: [PATCH] Fix issues and limit log size --- docker-compose.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 6ac4ad0..28b7048 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -57,6 +57,9 @@ services: - authelia - qbittorrent - gitea + logging: &logging + options: + max-size: "50m" # Optional - extra fonts to be used during transcoding with subtitle burn-in # - type: bind # source: /usr/local/share/fonts/cu @@ -80,6 +83,7 @@ services: AUTHELIA_STORAGE_ENCRYPTION_KEY_FILE: '/run/secrets/STORAGE_ENCRYPTION_KEY' volumes: - './authelia/:/config' + logging: *logging # webdav: # image: "" minecraft: @@ -106,8 +110,9 @@ services: ENABLE_ROLLING_LOGS: "true" volumes: - "/opt/minecraft:/data" + logging: *logging gitea: - image: docker.gitea.com/gitea:1.25-nightly + image: docker.gitea.com/gitea:1.24-nightly environment: - USER_UID=1000 - USER_GID=1000 @@ -120,6 +125,7 @@ services: - /etc/localtime:/etc/localtime:ro ports: - "222:22" + logging: *logging gitea-runner: image: docker.gitea.com/act_runner:latest restart: unless-stopped @@ -133,6 +139,7 @@ services: - /var/run/docker.sock:/var/run/docker.sock - /data/gitea/runner/:/data - ./gitea-runner.yaml:/config.yaml + logging: *logging # calibre: # image: "linuxserver/calibre-web" # 5d-diplomacy-frontend: