Correct network name
This commit is contained in:
@@ -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
|
||||||
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