Correct network name

This commit is contained in:
2025-12-24 00:53:24 -05:00
parent 9323a0624a
commit aa2a23091d
2 changed files with 14 additions and 5 deletions

View File

@@ -30,7 +30,7 @@ services:
image: ghcr.io/open-webui/open-webui:main
networks:
- ai_internal
- Proxy
- proxy
ports:
- "3000:8080"
environment:
@@ -48,7 +48,7 @@ services:
image: mintplexlabs/anythingllm
networks:
- ai_internal
- Proxy
- proxy
ports:
- "3001:3001"
environment:
@@ -69,11 +69,11 @@ services:
image: lobehub/lobe-chat
networks:
- ai_internal
- Proxy
- proxy
ports:
- "3210:3210"
environment:
- OLLAMA_PROXY_URL=http://ollama:11434/v1
- OLLAMA_proxy_URL=http://ollama:11434/v1
deploy:
placement:
constraints:
@@ -83,5 +83,5 @@ networks:
ai_internal:
driver: overlay
attachable: true
Proxy:
proxy:
external: true