diff --git a/homeassistant/openwebui-data.volume b/homeassistant/openwebui-data.volume new file mode 100644 index 0000000..1a6723e --- /dev/null +++ b/homeassistant/openwebui-data.volume @@ -0,0 +1,2 @@ +[Volume] +VolumeName=openwebui-data diff --git a/homeassistant/openwebui.container b/homeassistant/openwebui.container new file mode 100644 index 0000000..3ae65d5 --- /dev/null +++ b/homeassistant/openwebui.container @@ -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