Arion: Bump homeassistant
homeassistant: 2024.3.3->2024.4.1
This commit is contained in:
parent
e60f4e19b7
commit
cc20c8cd1c
1 changed files with 2 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
homeassistant.service = {
|
homeassistant.service = {
|
||||||
image = "ghcr.io/home-assistant/home-assistant:2024.3.3";
|
image = "ghcr.io/home-assistant/home-assistant:2024.4.1";
|
||||||
container_name = "homeassistant";
|
container_name = "homeassistant";
|
||||||
privileged = true;
|
privileged = true;
|
||||||
labels = {
|
labels = {
|
||||||
|
@ -18,6 +18,7 @@
|
||||||
"traefik.http.routers.homeassistant.tls" = "true";
|
"traefik.http.routers.homeassistant.tls" = "true";
|
||||||
"traefik.http.routers.homeassistant.tls.certresolver" = "letsencrypt";
|
"traefik.http.routers.homeassistant.tls.certresolver" = "letsencrypt";
|
||||||
"traefik.http.services.homeassistant.loadbalancer.server.port" = "8123";
|
"traefik.http.services.homeassistant.loadbalancer.server.port" = "8123";
|
||||||
|
# "traefik.http.routers.homeassistant.middlewares" = "authentik@file";
|
||||||
};
|
};
|
||||||
volumes = [
|
volumes = [
|
||||||
"/storage/dataset/docker/smarthome/homeassistant_data:/config"
|
"/storage/dataset/docker/smarthome/homeassistant_data:/config"
|
||||||
|
|
Loading…
Reference in a new issue