This commit is contained in:
bee
2026-05-23 17:48:04 +02:00
parent 3273885e11
commit 8c66580dab
21 changed files with 518 additions and 45 deletions
+5 -4
View File
@@ -6,7 +6,7 @@ services:
prometheus:
image: docker.io/prom/prometheus
container_name: prometheus
restart: unless-stopped
restart: always
ports:
- '127.0.0.1:9090:9090'
volumes:
@@ -18,7 +18,7 @@ services:
grafana:
image: docker.io/grafana/grafana
container_name: grafana
restart: unless-stopped
restart: always
ports:
- '4000:4000'
volumes:
@@ -42,7 +42,7 @@ services:
- loki-data:/loki
- /opt/monitoring/local-config.yml:/etc/loki/local-config.yaml
command: -config.file=/etc/loki/local-config.yaml
restart: unless-stopped
restart: always
networks:
- monitoring
@@ -67,11 +67,12 @@ services:
- --stability.level=experimental
networks:
- monitoring
restart: always
podman-exporter:
image: quay.io/navidys/prometheus-podman-exporter
container_name: podman-exporter
restart: unless-stopped
restart: always
privileged: true
user: root
ports: