[add] web-ui for ollama
This commit is contained in:
parent
62838a6e26
commit
4639e5473e
3 changed files with 18 additions and 1 deletions
16
open-webui/docker-compose.yml
Normal file
16
open-webui/docker-compose.yml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
name: open-webui
|
||||
services:
|
||||
open-webui:
|
||||
ports:
|
||||
- 3100:8080
|
||||
extra_hosts:
|
||||
- host.docker.internal:host-gateway
|
||||
volumes:
|
||||
- open-webui:/app/backend/data
|
||||
container_name: open-webui
|
||||
restart: always
|
||||
image: ghcr.io/open-webui/open-webui:main
|
||||
volumes:
|
||||
open-webui:
|
||||
external: true
|
||||
name: open-webui
|
||||
1
open-webui/readme.md
Normal file
1
open-webui/readme.md
Normal file
|
|
@ -0,0 +1 @@
|
|||
https://github.com/open-webui/open-webui
|
||||
Loading…
Add table
Add a link
Reference in a new issue