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 - ${DOCKER_VOLUMES}/gitea/runner:/data
networks: networks:
- traefik - traefik
- docker-socket-proxy
#volumes: #volumes:
# gitea_data: # gitea_data:
@@ -45,6 +45,7 @@ services:
networks: networks:
# - monitor # - monitor
- traefik - traefik
- docker-socket-proxy
ports: ports:
- 2375:2375 - 2375:2375
labels: labels:
+1
View File
@@ -54,3 +54,4 @@ services:
# - reverse_proxy # - reverse_proxy
# - prometheus_edge # - prometheus_edge
- traefik - traefik
- docker-socket-proxy
+1
View File
@@ -5,3 +5,4 @@ networks:
config: config:
- subnet: 172.21.0.0/16 - subnet: 172.21.0.0/16
# monitor: # monitor:
docker-socket-proxy:
@@ -31,6 +31,7 @@ services:
# - traefik_reverse_proxy # - traefik_reverse_proxy
- traefik - traefik
# - monitor # - monitor
- docker-socket-proxy
#networks: #networks:
# traefik_reverse_proxy: # traefik_reverse_proxy:
+3 -1
View File
@@ -7,7 +7,8 @@ services:
# ports: # ports:
# - "3000:3000" # - "3000:3000"
depends_on:
- docker-socket-proxy
volumes: volumes:
- ${DOCKER_VOLUMES}/wud:/store - ${DOCKER_VOLUMES}/wud:/store
# - /var/run/docker.sock:/var/run/docker.sock:ro # - /var/run/docker.sock:/var/run/docker.sock:ro
@@ -46,6 +47,7 @@ services:
networks: networks:
- traefik - traefik
- docker-socket-proxy
healthcheck: healthcheck:
test: curl --fail http://localhost:${WUD_SERVER_PORT:-3000}/health || exit 1 test: curl --fail http://localhost:${WUD_SERVER_PORT:-3000}/health || exit 1