This commit is contained in:
2026-04-15 22:05:15 +02:00
parent ca33fc6d1f
commit 9c6aa40453

View File

@@ -39,4 +39,15 @@ services:
- /srv/docker/daten/prometheus/data:/prometheus
ports:
- "9090:9090"
restart: unless-stopped
pve-exporter:
image: prompve/prometheus-pve-exporter
container_name: pve-exporter
environment:
PVE_USER: "ro-api@pam!homepage"
PVE_TOKEN: "a7a7f6e5-472a-430e-8e2e-657e27dbe727"
PVE_VERIFY_SSL: "false"
ports:
- "9221:9221"
restart: unless-stopped