Fix issues and limit log size
All checks were successful
Deploy homelab / Deploy (push) Successful in 14s
All checks were successful
Deploy homelab / Deploy (push) Successful in 14s
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user