This commit is contained in:
2026-04-15 22:01:43 +02:00
parent ff9f3d3749
commit ca33fc6d1f

View File

@@ -29,4 +29,14 @@ services:
- "3003:3000"
volumes:
- /srv/docker/daten/grafana/data:/var/lib/grafana
restart: unless-stopped
prometheus:
image: prom/prometheus:v2.52.0
container_name: prometheus
volumes:
- /srv/docker/daten/prometheus/config/prometheus.yml:/etc/prometheus/prometheus.yml
- /srv/docker/daten/prometheus/data:/prometheus
ports:
- "9090:9090"
restart: unless-stopped