logging
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user