Prometheus: Disable docker-sd logging
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Tobias Manske 2023-04-17 19:01:21 +02:00
parent 3181bfdacf
commit 24d8ea09fd
Signed by: tobias
GPG Key ID: 9164B527694A0709

View File

@ -34,6 +34,8 @@ services:
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro,Z - /var/run/docker.sock:/var/run/docker.sock:ro,Z
- label_discovery:/prometheus-docker-sd:rw - label_discovery:/prometheus-docker-sd:rw
logging: # this service generates a HUGE amout of logs.
driver: "none"
alertmanager: alertmanager:
image: prom/alertmanager:latest image: prom/alertmanager:latest