Update AI_Containers/ollama+open-webui/compose.yaml
This commit is contained in:
@@ -1,12 +1,4 @@
|
|||||||
services:
|
services:
|
||||||
ollama:
|
|
||||||
image: ollama/ollama
|
|
||||||
container_name: ollama
|
|
||||||
ports:
|
|
||||||
- "11434:11434"
|
|
||||||
volumes:
|
|
||||||
- /srv/docker/ollama:/root/ollama
|
|
||||||
|
|
||||||
webui:
|
webui:
|
||||||
image: ghcr.io/open-webui/open-webui:main
|
image: ghcr.io/open-webui/open-webui:main
|
||||||
container_name: open-webui
|
container_name: open-webui
|
||||||
@@ -14,8 +6,6 @@ services:
|
|||||||
- "3855:8080"
|
- "3855:8080"
|
||||||
environment:
|
environment:
|
||||||
- OLLAMA_BASE_URL=http://ollama:11434
|
- OLLAMA_BASE_URL=http://ollama:11434
|
||||||
depends_on:
|
|
||||||
- ollama
|
|
||||||
volumes:
|
volumes:
|
||||||
- /srv/docker/ollama/webui:/app/data
|
- /srv/docker/ollama/webui:/app/data
|
||||||
#Can comment out if not using Flame Dashboard
|
#Can comment out if not using Flame Dashboard
|
||||||
|
|||||||
Reference in New Issue
Block a user