pve konfiguriert, localhost entfernt
This commit is contained in:
+10
-1
@@ -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: {}
|
||||
|
||||
Reference in New Issue
Block a user