Merge "Update gitea containers to use journald logging"

This commit is contained in:
Zuul 2024-12-16 20:38:50 +00:00 committed by Gerrit Code Review
commit a580810ee5
2 changed files with 5 additions and 5 deletions

View File

@ -17,7 +17,7 @@ services:
- /var/gitea/db:/var/lib/mysql
- /var/gitea/conf/99-max_conn_my.cnf:/etc/mysql/conf.d/99-max_conn_my.cnf:ro
logging:
driver: syslog
driver: journald
options:
tag: "docker-mariadb"
gitea-web:
@ -39,7 +39,7 @@ services:
- /var/gitea/logs:/logs
- /var/gitea/certs:/certs
logging:
driver: syslog
driver: journald
options:
tag: "docker-gitea"
gitea-ssh:
@ -56,6 +56,6 @@ services:
- /var/gitea/conf:/custom/conf
- /var/gitea/logs:/logs
logging:
driver: syslog
driver: journald
options:
tag: "docker-gitea-ssh"

View File

@ -39,7 +39,7 @@ services:
- /var/haproxy/etc:/usr/local/etc/haproxy:ro
- /var/haproxy/run:/var/haproxy/run
logging:
driver: syslog
driver: journald
options:
tag: "docker-haproxy"
@ -55,7 +55,7 @@ services:
STATSD_HOST: graphite.opendev.org
STATSD_PORT: 8125
logging:
driver: syslog
driver: journald
options:
tag: "docker-haproxy-statsd"
{% endif %}