fix: log driver config for podman

This commit is contained in:
Michael Barz
2024-06-27 14:48:48 +02:00
parent 1aff5453bf
commit 3aa127696b
5 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ services:
- "clamav-socket:/tmp"
- "clamav-db:/var/lib/clamav"
logging:
driver: "local"
driver: ${LOG_DRIVER:-local}
restart: always
volumes:
+1 -1
View File
@@ -45,7 +45,7 @@ services:
- "traefik.http.routers.collaboration.service=collaboration"
- "traefik.http.services.collaboration.loadbalancer.server.port=9300"
logging:
driver: "local"
driver: ${LOG_DRIVER:-local}
restart: always
collabora:
+1 -1
View File
@@ -24,7 +24,7 @@ services:
- "traefik.http.routers.minio.service=minio"
- "traefik.http.services.minio.loadbalancer.server.port=9001"
logging:
driver: "local"
driver: ${LOG_DRIVER:-local}
restart: always
volumes:
@@ -41,7 +41,7 @@ services:
- "traefik.http.routers.collaboration-oo.service=collaboration-oo"
- "traefik.http.services.collaboration-oo.loadbalancer.server.port=9300"
logging:
driver: "local"
driver: ${LOG_DRIVER:-local}
restart: always
onlyoffice:
+2
View File
@@ -5,6 +5,8 @@ services:
networks:
ocis-net:
restart: always
logging:
driver: ${LOG_DRIVER:-local}
ocis:
environment: