From 7b99fa3670856cf1ed1167c907b645804f1f8fe5 Mon Sep 17 00:00:00 2001 From: Gabe Date: Mon, 25 May 2026 18:41:23 +0000 Subject: [PATCH] Update Dashboard_Containers/homepage/compose.yaml --- Dashboard_Containers/homepage/compose.yaml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/Dashboard_Containers/homepage/compose.yaml b/Dashboard_Containers/homepage/compose.yaml index c1cf8a2..11d81fd 100644 --- a/Dashboard_Containers/homepage/compose.yaml +++ b/Dashboard_Containers/homepage/compose.yaml @@ -11,4 +11,15 @@ services: volumes: - /srv/docker/homepage/config:/app/config # Make sure your local config directory exists - /var/run/docker.sock:/var/run/docker.sock:ro # optional, for docker integrations - restart: unless-stopped \ No newline at end of file + restart: unless-stopped + networks: + - traefik + - socket_proxy + restart: unless-stopped +networks: + traefik: + name: traefik_network + driver: bridge + socket_proxy: + name: docker_socket_proxy + external: true \ No newline at end of file