Add open-webui
This commit is contained in:
parent
77f0c0b7d0
commit
815ad624cf
13
open-webui/docker-compose.yml
Normal file
13
open-webui/docker-compose.yml
Normal file
@ -0,0 +1,13 @@
|
||||
services:
|
||||
# Eventually once on server with good gpu, use ollama instead of localhost
|
||||
open-webui:
|
||||
image: ghcr.io/open-webui/open-webui:dev
|
||||
container_name: open-webui
|
||||
volumes:
|
||||
- /docker/appdata/open-webui/data:/app/backend/data
|
||||
ports:
|
||||
- 9009:8080
|
||||
environment:
|
||||
- 'OLLAMA_BASE_URL=http://localhost:11434'
|
||||
# - 'WEBUI_SECRET_KEY=' Set this for jwt secret key. Should be rendomly generated at start
|
||||
restart: unless-stopped
|
Loading…
Reference in New Issue
Block a user