logging
This commit is contained in:
@@ -40,3 +40,14 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- "9090:9090"
|
- "9090:9090"
|
||||||
restart: unless-stopped
|
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