Prometheus: Disable docker-sd logging
continuous-integration/drone/push Build is passing Details

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
1 changed files with 2 additions and 0 deletions

View File

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