Update docker-compose.yaml

updated the labels for with correct information for home assistant
This commit is contained in:
2026-05-28 17:46:12 -05:00
parent 9bc6e64b81
commit da052cda8a
+5 -6
View File
@@ -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