This commit is contained in:
2026-02-13 11:34:12 +00:00
parent 26195b6411
commit 540359308e
5 changed files with 88 additions and 9 deletions

View File

@@ -24,11 +24,6 @@
home-assistant = {
image = "homeassistant/home-assistant";
imageFile = homeAssistantImg;
labels = {
"traefik.enable" = "true";
"traefik.http.routers.websecure.service" = "home-assistant";
"traefik.http.routers.websecure.rule" = "Host(`ha.home.doloro.co.uk`)";
};
volumes = [
"/data/homeAssistant:/config"
"/run/dbus:/run/dbus:ro"