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

View File

@@ -0,0 +1,9 @@
{
"folders": [
{
"name": "docker-compose-1",
"path": "."
}
],
"settings": {}
}