added openwebui

This commit is contained in:
dado
2025-11-02 18:10:21 +01:00
parent cf04cc51ef
commit 640172ca96
2 changed files with 21 additions and 0 deletions

View File

@@ -186,6 +186,14 @@ https://linkding.novemila.org {
reverse_proxy localhost:3021
}
# OPENWEBUI
https://ai.novemila.org {
import common
encode gzip zstd
reverse_proxy localhost:3022
}
# MOLLY
https://molly.novemila.org {

View File

@@ -0,0 +1,13 @@
# https://docs.openwebui.com/getting-started/quick-start/
# https://brave.com/search/api/guides/use-with-open-webui/
# https://huggingface.co/
services:
openwebui:
image: ghcr.io/open-webui/open-webui:main
ports:
- 127.0.0.1:3022:8080
volumes:
- open-webui:/app/backend/data
volumes:
open-webui: