Fix issues and limit log size
All checks were successful
Deploy homelab / Deploy (push) Successful in 14s

This commit is contained in:
2025-09-07 15:18:47 -05:00
parent f5b78e31b6
commit 06cd490f34

View File

@@ -57,6 +57,9 @@ services:
- authelia - authelia
- qbittorrent - qbittorrent
- gitea - gitea
logging: &logging
options:
max-size: "50m"
# Optional - extra fonts to be used during transcoding with subtitle burn-in # Optional - extra fonts to be used during transcoding with subtitle burn-in
# - type: bind # - type: bind
# source: /usr/local/share/fonts/cu # source: /usr/local/share/fonts/cu
@@ -80,6 +83,7 @@ services:
AUTHELIA_STORAGE_ENCRYPTION_KEY_FILE: '/run/secrets/STORAGE_ENCRYPTION_KEY' AUTHELIA_STORAGE_ENCRYPTION_KEY_FILE: '/run/secrets/STORAGE_ENCRYPTION_KEY'
volumes: volumes:
- './authelia/:/config' - './authelia/:/config'
logging: *logging
# webdav: # webdav:
# image: "" # image: ""
minecraft: minecraft:
@@ -106,8 +110,9 @@ services:
ENABLE_ROLLING_LOGS: "true" ENABLE_ROLLING_LOGS: "true"
volumes: volumes:
- "/opt/minecraft:/data" - "/opt/minecraft:/data"
logging: *logging
gitea: gitea:
image: docker.gitea.com/gitea:1.25-nightly image: docker.gitea.com/gitea:1.24-nightly
environment: environment:
- USER_UID=1000 - USER_UID=1000
- USER_GID=1000 - USER_GID=1000
@@ -120,6 +125,7 @@ services:
- /etc/localtime:/etc/localtime:ro - /etc/localtime:/etc/localtime:ro
ports: ports:
- "222:22" - "222:22"
logging: *logging
gitea-runner: gitea-runner:
image: docker.gitea.com/act_runner:latest image: docker.gitea.com/act_runner:latest
restart: unless-stopped restart: unless-stopped
@@ -133,6 +139,7 @@ services:
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock
- /data/gitea/runner/:/data - /data/gitea/runner/:/data
- ./gitea-runner.yaml:/config.yaml - ./gitea-runner.yaml:/config.yaml
logging: *logging
# calibre: # calibre:
# image: "linuxserver/calibre-web" # image: "linuxserver/calibre-web"
# 5d-diplomacy-frontend: # 5d-diplomacy-frontend: