openwebui
This commit is contained in:
2
homeassistant/openwebui-data.volume
Normal file
2
homeassistant/openwebui-data.volume
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
[Volume]
|
||||||
|
VolumeName=openwebui-data
|
||||||
18
homeassistant/openwebui.container
Normal file
18
homeassistant/openwebui.container
Normal 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=homeassistant.pod
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
Restart=always
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=default.target
|
||||||
Reference in New Issue
Block a user