seperate docker-socket-proxy from traefik network

This commit is contained in:
2026-07-17 10:10:53 +10:00
parent e733382f6c
commit 2954bcf671
6 changed files with 8 additions and 1 deletions
+3 -1
View File
@@ -7,7 +7,8 @@ services:
# ports:
# - "3000:3000"
depends_on:
- docker-socket-proxy
volumes:
- ${DOCKER_VOLUMES}/wud:/store
# - /var/run/docker.sock:/var/run/docker.sock:ro
@@ -46,6 +47,7 @@ services:
networks:
- traefik
- docker-socket-proxy
healthcheck:
test: curl --fail http://localhost:${WUD_SERVER_PORT:-3000}/health || exit 1