Update AI_Containers/ollama+open-webui/compose.yaml

This commit is contained in:
2026-01-24 04:05:26 +00:00
parent aab10395b5
commit 786ff91066
-18
View File
@@ -1,18 +0,0 @@
services:
ollama:
image: ollama/ollama
ports:
- "11434:11434"
volumes:
- /srv/docker/ollama:/root/ollama
webui:
image: ghcr.io/open-webui/open-webui:main
ports:
- "3855:8080"
environment:
- OLLAMA_BASE_URL=http://ollama:11434
depends_on:
- ollama
volumes:
- /srv/docker/ollama/webui:/app/data