diff --git a/homeassistant/openwebui-data.volume b/homeassistant/openwebui-data.volume deleted file mode 100644 index 1a6723e..0000000 --- a/homeassistant/openwebui-data.volume +++ /dev/null @@ -1,2 +0,0 @@ -[Volume] -VolumeName=openwebui-data diff --git a/homeassistant/openwebui.container b/homeassistant/openwebui.container deleted file mode 100644 index f719ce2..0000000 --- a/homeassistant/openwebui.container +++ /dev/null @@ -1,19 +0,0 @@ -[Unit] -Description=Open WebUI - -[Container] -AutoUpdate=registry -ContainerName=openwebui -Environment=OLLAMA_BASE_URL=http://10.0.20.2:11434 -Environment=TZ=Europe/Berlin -Environment=PORT=8081 -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