switch to local log driver

This commit is contained in:
Willy Kloucek
2021-01-22 08:51:20 +01:00
parent 414add4358
commit 888bea54ad
4 changed files with 19 additions and 31 deletions
@@ -38,11 +38,8 @@ services:
- "traefik.http.routers.traefik-secure.tls=true"
- "traefik.http.routers.traefik-secure.tls.certresolver=http"
- "traefik.http.routers.traefik-secure.service=api@internal"
logging: &logging
driver: "json-file"
options:
max-size: "100m"
max-file: "2"
logging:
driver: "local"
restart: always
ocis:
@@ -69,7 +66,7 @@ services:
- "traefik.http.services.ocis.loadbalancer.server.port=9200"
- "traefik.http.services.ocis.loadbalancer.server.scheme=https"
logging:
<<: *logging
driver: "local"
restart: always
volumes: