added ha config vol

This commit is contained in:
2026-02-12 22:45:12 +00:00
parent c4025a9caa
commit 26195b6411

View File

@@ -30,6 +30,7 @@
"traefik.http.routers.websecure.rule" = "Host(`ha.home.doloro.co.uk`)"; "traefik.http.routers.websecure.rule" = "Host(`ha.home.doloro.co.uk`)";
}; };
volumes = [ volumes = [
"/data/homeAssistant:/config"
"/run/dbus:/run/dbus:ro" "/run/dbus:/run/dbus:ro"
"/etc/localtime:/etc/localtime:ro" "/etc/localtime:/etc/localtime:ro"
]; ];