From da052cda8aef0235529c81b1a9ba724376d12631 Mon Sep 17 00:00:00 2001 From: mattspeer Date: Thu, 28 May 2026 17:46:12 -0500 Subject: [PATCH] Update docker-compose.yaml updated the labels for with correct information for home assistant --- docker-compose.yaml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index fc86fa5..1939945 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -7,15 +7,14 @@ services: networks: - traefik-public labels: - - "com.centurylinklabs.watchtower.monitor-only=true" - "traefik.enable=true" - - "traefik.http.routers.immich.rule=Host(`photos.speerfam.net`)" - - "traefik.http.routers.immich.entrypoints=websecure" - - "traefik.http.routers.immich.tls.certresolver=myresolver" + - "traefik.http.routers.hass.rule=Host(`ha.speerfam.net`)" + - "traefik.http.routers.hass.entrypoints=websecure" + - "traefik.http.routers.hass.tls.certresolver=myresolver" # Pulling the security rules dynamically from our file provider setup - - "traefik.http.routers.immich.middlewares=geoblock-policy@file,crowdsec-policy@file,secure-headers@file" - - "traefik.http.services.immich.loadbalancer.server.port=2283" + - "traefik.http.routers.hass.middlewares=geoblock-policy@file,crowdsec-policy@file,secure-headers@file" + - "traefik.http.services.hass.loadbalancer.server.port=8123" network_mode: host environment: - PUID=1000