Add AI_Containers/ollama/compose.yaml
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user