From 063642d953eb9cf54858c25a600ccc0bc2c2d2c5 Mon Sep 17 00:00:00 2001 From: Nathan Date: Tue, 21 Apr 2026 13:02:52 -0400 Subject: [PATCH] Removes unused external network from configuration Simplifies service setup by eliminating reference to an external network that was not in active use. Reduces configuration complexity and potential for misconfiguration. --- nodes/waldorf/openwebui/compose.yaml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/nodes/waldorf/openwebui/compose.yaml b/nodes/waldorf/openwebui/compose.yaml index 4b358e5..d84c27b 100644 --- a/nodes/waldorf/openwebui/compose.yaml +++ b/nodes/waldorf/openwebui/compose.yaml @@ -14,15 +14,9 @@ services: # If you need to talk to your new MCP Gateway # extra_hosts: # - "mcp-gateway:10.0.0.x" # IP of Heimdall - networks: - - proxy-net labels: - "traefik.enable=true" - "traefik.http.routers.openwebui.rule=Host(`gpt.castaldifamily.com`)" - "traefik.http.routers.openwebui.entrypoints=websecure" - "traefik.http.routers.openwebui.tls.certresolver=cloudflare" - - "traefik.http.services.openwebui.loadbalancer.server.port=8080" - -networks: - proxy-net: - external: true \ No newline at end of file + - "traefik.http.services.openwebui.loadbalancer.server.port=8080" \ No newline at end of file