pve konfiguriert, localhost entfernt

This commit is contained in:
2025-12-23 11:21:15 +01:00
parent 2a69ec6d66
commit a5b5ec628b
3 changed files with 45 additions and 29 deletions
+10 -1
View File
@@ -15,7 +15,16 @@ services:
- '--storage.tsdb.path=/prometheus'
- '--storage.tsdb.retention.time=7200d'
- '--storage.tsdb.retention.size=0'
image: prom/prometheus
restart: unless-stopped
pve-exporter:
image: prompve/prometheus-pve-exporter:latest
container_name: pve-exporter
ports:
- "9221:9221"
volumes:
- /opt/prometheus/pve.yml:/etc/prometheus/pve.yml:ro
restart: unless-stopped
networks: {}