Correct network name
This commit is contained in:
@@ -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
|
||||
9
docker-compose-1.code-workspace
Normal file
9
docker-compose-1.code-workspace
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"folders": [
|
||||
{
|
||||
"name": "docker-compose-1",
|
||||
"path": "."
|
||||
}
|
||||
],
|
||||
"settings": {}
|
||||
}
|
||||
Reference in New Issue
Block a user