From 4e0945495fcf2e94a00a45cd660c62bf6b1f67ba Mon Sep 17 00:00:00 2001 From: komodo Date: Mon, 15 Dec 2025 09:02:36 +0100 Subject: [PATCH] [Komodo] admin: Write Stack File: update compose.yaml --- compose.yaml | 14 -------------- 1 file changed, 14 deletions(-) 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