First version

This commit is contained in:
2026-03-29 17:21:47 +02:00
parent 88a8949918
commit 63432a0f29
2 changed files with 2 additions and 0 deletions
+2
View File
@@ -32,6 +32,7 @@ services:
cadvisor: cadvisor:
image: gcr.io/cadvisor/cadvisor:latest image: gcr.io/cadvisor/cadvisor:latest
container_name: cadvisor container_name: cadvisor
user: '0'
ports: ports:
- "8180:8080" - "8180:8080"
volumes: volumes:
@@ -44,6 +45,7 @@ services:
blackbox_exporter: blackbox_exporter:
image: prom/blackbox-exporter image: prom/blackbox-exporter
container_name: blackbox_exporter container_name: blackbox_exporter
user: '0'
ports: ports:
- "9115:9115" - "9115:9115"
volumes: volumes: