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.
This commit is contained in:
parent
013571fe65
commit
063642d953
@ -14,15 +14,9 @@ services:
|
|||||||
# If you need to talk to your new MCP Gateway
|
# If you need to talk to your new MCP Gateway
|
||||||
# extra_hosts:
|
# extra_hosts:
|
||||||
# - "mcp-gateway:10.0.0.x" # IP of Heimdall
|
# - "mcp-gateway:10.0.0.x" # IP of Heimdall
|
||||||
networks:
|
|
||||||
- proxy-net
|
|
||||||
labels:
|
labels:
|
||||||
- "traefik.enable=true"
|
- "traefik.enable=true"
|
||||||
- "traefik.http.routers.openwebui.rule=Host(`gpt.castaldifamily.com`)"
|
- "traefik.http.routers.openwebui.rule=Host(`gpt.castaldifamily.com`)"
|
||||||
- "traefik.http.routers.openwebui.entrypoints=websecure"
|
- "traefik.http.routers.openwebui.entrypoints=websecure"
|
||||||
- "traefik.http.routers.openwebui.tls.certresolver=cloudflare"
|
- "traefik.http.routers.openwebui.tls.certresolver=cloudflare"
|
||||||
- "traefik.http.services.openwebui.loadbalancer.server.port=8080"
|
- "traefik.http.services.openwebui.loadbalancer.server.port=8080"
|
||||||
|
|
||||||
networks:
|
|
||||||
proxy-net:
|
|
||||||
external: true
|
|
||||||
Loading…
x
Reference in New Issue
Block a user