Compare commits
2 commits
3afe8e0baf
...
cc20c8cd1c
Author | SHA1 | Date | |
---|---|---|---|
cc20c8cd1c | |||
e60f4e19b7 |
2 changed files with 3 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
let
|
||||
authentikImage = "ghcr.io/goauthentik/server:2024.8.0";
|
||||
authentikImage = "ghcr.io/goauthentik/server:2024.8.1";
|
||||
in {
|
||||
project.name = "auth";
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
services = {
|
||||
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";
|
||||
privileged = true;
|
||||
labels = {
|
||||
|
@ -18,6 +18,7 @@
|
|||
"traefik.http.routers.homeassistant.tls" = "true";
|
||||
"traefik.http.routers.homeassistant.tls.certresolver" = "letsencrypt";
|
||||
"traefik.http.services.homeassistant.loadbalancer.server.port" = "8123";
|
||||
# "traefik.http.routers.homeassistant.middlewares" = "authentik@file";
|
||||
};
|
||||
volumes = [
|
||||
"/storage/dataset/docker/smarthome/homeassistant_data:/config"
|
||||
|
|
Loading…
Reference in a new issue