This commit is contained in:
2026-04-22 20:57:55 +02:00
parent 674045f7f8
commit 6e5a203df4
5 changed files with 23 additions and 2 deletions

18
ai/openwebui.container Normal file
View File

@@ -0,0 +1,18 @@
[Unit]
Description=Open WebUI
[Container]
AutoUpdate=registry
ContainerName=openwebui
Environment=OLLAMA_BASE_URL=http://10.0.20.2:11434
Environment=TZ=Europe/Berlin
GroupAdd=keep-groups
Image=ghcr.io/open-webui/open-webui:main
Volume=openwebui-data.volume:/app/backend/data
Pod=ai.pod
[Service]
Restart=always
[Install]
WantedBy=default.target