use shared prometheus docker-socket-proxy across services
This commit is contained in:
@@ -4,8 +4,11 @@ services:
|
||||
image: louislam/uptime-kuma:2.1.1
|
||||
container_name: monitor-kuma
|
||||
restart: always
|
||||
depends_on:
|
||||
- docker-socket-proxy
|
||||
environment:
|
||||
DOCKER_HOST: tcp://docker-socket-proxy:2375
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||
- ${PROJECT_ROOT}/monitoring/uptime-kuma/data:/app/data
|
||||
# ports:
|
||||
# - 8888:3001
|
||||
|
||||
Reference in New Issue
Block a user