[add] web-ui for ollama

This commit is contained in:
Andy Bunce 2025-01-19 21:52:30 +00:00
parent 62838a6e26
commit 4639e5473e
3 changed files with 18 additions and 1 deletions

View 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
View file

@ -0,0 +1 @@
https://github.com/open-webui/open-webui

View file

@ -2,7 +2,7 @@ services:
vikunja:
image: vikunja/vikunja
environment:
VIKUNJA_SERVICE_PUBLICURL: http://<the public ip or host where Vikunja is reachable>
VIKUNJA_SERVICE_PUBLICURL: http://omv.local:3456/
VIKUNJA_DATABASE_HOST: db
VIKUNJA_DATABASE_PASSWORD: changeme
VIKUNJA_DATABASE_TYPE: mysql