Add AI_Containers/ollama/compose.yaml

This commit is contained in:
2026-01-23 02:39:23 +00:00
parent 507fdb115e
commit 70a864dc09
+18
View File
@@ -0,0 +1,18 @@
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