Archived
seperate docker-socket-proxy from traefik network
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user