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
+1
View File
@@ -53,6 +53,7 @@ services:
- ${DOCKER_VOLUMES}/gitea/runner:/data
networks:
- traefik
- docker-socket-proxy
#volumes:
# gitea_data:
@@ -45,6 +45,7 @@ services:
networks:
# - monitor
- traefik
- docker-socket-proxy
ports:
- 2375:2375
labels:
+1
View File
@@ -54,3 +54,4 @@ services:
# - reverse_proxy
# - prometheus_edge
- traefik
- docker-socket-proxy
+1
View File
@@ -5,3 +5,4 @@ networks:
config:
- subnet: 172.21.0.0/16
# monitor:
docker-socket-proxy:
@@ -31,6 +31,7 @@ services:
# - traefik_reverse_proxy
- traefik
# - monitor
- docker-socket-proxy
#networks:
# traefik_reverse_proxy:
+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