diff --git a/compose/logging/docker-compose.yml b/compose/logging/docker-compose.yml index ba6c470..50484d1 100644 --- a/compose/logging/docker-compose.yml +++ b/compose/logging/docker-compose.yml @@ -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 \ No newline at end of file