use shared prometheus docker-socket-proxy across services

This commit is contained in:
beatz174-bit
2026-04-08 09:17:44 +10:00
parent 700328d677
commit 94565837f1
4 changed files with 14 additions and 5 deletions
+4 -1
View File
@@ -17,8 +17,11 @@ services:
container_name: docker-update-exporter-test
stdin_open: true
tty: true
depends_on:
- docker-socket-proxy
environment:
DOCKER_HOST: tcp://docker-socket-proxy:2375
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- ${PROJECT_ROOT}/monitoring/docker-exporter/data:/data:rw
# - ${PROJECT_ROOT}/services-up.sh:/app/services-up.sh:ro