Merge pull request #305 from cbcoutinho/feature/notes

Feature/notes
This commit is contained in:
Chris Coutinho
2025-11-16 11:17:51 +01:00
committed by GitHub
5 changed files with 44 additions and 2 deletions
+12
View File
@@ -242,6 +242,17 @@ services:
profiles:
- qdrant
open-webui:
image: ghcr.io/open-webui/open-webui:main
environment:
- OLLAMA_BASE_URL=https://ollama.internal.coutinho.io
ports:
- 127.0.0.1:3000:8080
volumes:
- open-webui:/app/backend/data
profiles:
- open-webui
volumes:
nextcloud:
db:
@@ -251,3 +262,4 @@ volumes:
keycloak-oauth-storage:
qdrant-data:
mcp-data:
open-webui: