[add] openwebui
This commit is contained in:
parent
8e5ba0b73a
commit
83ac548ee3
1 changed files with 19 additions and 0 deletions
|
|
@ -11,7 +11,26 @@ services:
|
||||||
- 11434:11434
|
- 11434:11434
|
||||||
container_name: ollama
|
container_name: ollama
|
||||||
image: ollama/ollama:rocm
|
image: ollama/ollama:rocm
|
||||||
|
open-webui:
|
||||||
|
depends_on:
|
||||||
|
- ollama
|
||||||
|
ports:
|
||||||
|
- ${OPEN_WEBUI_PORT-3001}:8080
|
||||||
volumes:
|
volumes:
|
||||||
|
- open-webui:/app/backend/data
|
||||||
|
container_name: open-webui
|
||||||
|
image: ghcr.io/open-webui/open-webui:main
|
||||||
|
environment:
|
||||||
|
- WEBUI_CONCURRENCY=1
|
||||||
|
- LOG_LEVEL=debug
|
||||||
|
- 'OLLAMA_BASE_URL=http://ollama:11434'
|
||||||
|
- 'WEBUI_SECRET_KEY='
|
||||||
|
- 'RAG_EMBEDDING_ENGINE=ollama'
|
||||||
|
- 'AUDIO_STT_ENGINE=openai'
|
||||||
|
volumes:
|
||||||
|
open-webui:
|
||||||
|
external: true
|
||||||
|
name: open-webui
|
||||||
ollama:
|
ollama:
|
||||||
external: true
|
external: true
|
||||||
name: ollama
|
name: ollama
|
||||||
Loading…
Add table
Reference in a new issue