Merge "Log with journald and not syslog in lodgeit docker compose"

This commit is contained in:
Zuul 2024-12-16 20:22:21 +00:00 committed by Gerrit Code Review
commit 244d54065b

View File

@ -17,7 +17,7 @@ services:
volumes:
- /var/lib/lodgeit/mariadb:/var/lib/mysql
logging:
driver: syslog
driver: journald
options:
tag: "docker-mariadb"
lodgeit:
@ -29,7 +29,7 @@ services:
user: "10100:10100"
command: ['/bin/bash', '-c', 'echo "*** Starting"; sleep 30; /usr/local/bin/uwsgi']
logging:
driver: syslog
driver: journald
options:
tag: "docker-lodgeit"
environment: