diff --git a/compose.yaml b/compose.yaml index 8bc7647..0a7bab5 100644 --- a/compose.yaml +++ b/compose.yaml @@ -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