cleaned up promtail

This commit is contained in:
John Lancaster
2025-06-19 12:08:52 -05:00
parent f5dfdaba55
commit 38d69731fe
3 changed files with 9 additions and 96 deletions

View File

@@ -21,21 +21,6 @@ services:
- ./telegraf/telegraf.conf:/etc/telegraf/telegraf.conf:ro
- /var/run/docker.sock:/var/run/docker.sock
promtail:
image: grafana/promtail
container_name: promtail
restart: always
uts: host
env_file:
- .env
volumes:
- ./promtail:/etc/promtail
- /var/run/docker.sock:/var/run/docker.sock
- /var/log:/var/log:ro
command:
- "-config.file=/etc/promtail/promtail-config.yml"
- "-config.expand-env=true"
watchtower:
image: containrrr/watchtower
container_name: watchtower