open web ui
This commit is contained in:
parent
5dcb90377d
commit
4d9d6830d4
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@ Pacoloco/cache/
|
||||
qBittorrent/config/
|
||||
qBittorrent/qbit-config/
|
||||
|
||||
/OpenWebUI/open-webui
|
||||
|
4
OpenWebUI/README.md
Normal file
4
OpenWebUI/README.md
Normal file
@ -0,0 +1,4 @@
|
||||
|
||||
# Open Web UI
|
||||
|
||||
Currently this config expects ollama to be running on a different device, the compose.yml has the ip for you to change in it.
|
13
OpenWebUI/compose.yml
Normal file
13
OpenWebUI/compose.yml
Normal file
@ -0,0 +1,13 @@
|
||||
services:
|
||||
open-webui:
|
||||
image: ghcr.io/open-webui/open-webui:main
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- WEBUI_AUTH=False
|
||||
- OLLAMA_BASE_URL=http://10.0.0.21:11434
|
||||
ports:
|
||||
- 4000:8080
|
||||
volumes:
|
||||
- './open-webui:/app/backend/data'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user