Stop capturing logs for containers I don't care about

This commit is contained in:
Jake Howard 2022-06-20 21:25:13 +01:00
parent 0d5913ce3c
commit cf763d07f2
Signed by: jake
GPG key ID: 57AFB45680EDD477
3 changed files with 10 additions and 0 deletions

View file

@ -22,3 +22,5 @@ services:
- EXEC=1
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
logging:
driver: none

View file

@ -34,3 +34,5 @@ services:
- IMAGES=1
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
logging:
driver: none

View file

@ -33,6 +33,8 @@ services:
- /var/run/docker.sock:/var/run/docker.sock:ro
networks:
- proxy_private
logging:
driver: none
shenanigans:
image: nginx:alpine
@ -41,6 +43,8 @@ services:
- /opt/traefik/nginx.conf:/etc/nginx/conf.d/default.conf:ro
networks:
- proxy_private
logging:
driver: none
certs:
image: slocomptech/traefik-cert-extract:latest
@ -49,6 +53,8 @@ services:
volumes:
- ./traefik:/data:ro
- ./certs:/config/certs
logging:
driver: none
networks:
traefik: