Remove superfluous promtail

This commit is contained in:
Joey Hafner 2022-07-08 10:48:36 -07:00
parent c6f8cbd61a
commit 548de71a39

View File

@ -52,20 +52,6 @@ services:
- traefik.http.routers.loki.rule=Host(`loki.jafner.net`)
- traefik.http.routers.prometheus.tls.certresolver=lets-encrypt
promtail:
image: grafana/promtail:2.5.0
container_name: monitoring_promtail
networks:
- monitoring
volumes:
- /var/lib/docker/containers:/var/lib/docker/containers
- /var/run/docker.sock:/var/run/docker.sock
- ${DOCKER_DATA}/promtail:/etc/promtail
- ./promtail-config.yml:/etc/promtail/promtail-config.yml # not sure if this works. If not, just edit the config within the data volume
restart: unless-stopped
command: -config.file=/etc/promtail/promtail-config.yml
pihole-jafner-net:
image: ekofr/pihole-exporter:latest
container_name: monitoring_prometheus-pihole-jafner-net