[Komodo] admin: Write Stack File: update compose.yaml

This commit is contained in:
komodo 2025-12-15 09:02:36 +01:00
parent 6e11b737df
commit 4e0945495f

View file

@ -218,20 +218,6 @@ services:
restart: unless-stopped
promtail:
image: grafana/promtail:latest
container_name: promtail
volumes:
- /app-config/promtail/promtail-config.yaml:/etc/promtail/config.yaml
- /app-config/caddy/logs/:/var/log/caddy # Log-Verzeichnis von Caddy
- /app-config/loki/promtail/promtail_positions:/promtail/positions
command: -config.file=/etc/promtail/config.yaml
depends_on:
- loki
networks:
- proxy_network
restart: unless-stopped
node_exporter:
image: quay.io/prometheus/node-exporter:latest
container_name: node_exporter