Update docker-compose.yaml
updated the labels for with correct information for home assistant
This commit is contained in:
+5
-6
@@ -7,15 +7,14 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- traefik-public
|
- traefik-public
|
||||||
labels:
|
labels:
|
||||||
- "com.centurylinklabs.watchtower.monitor-only=true"
|
|
||||||
- "traefik.enable=true"
|
- "traefik.enable=true"
|
||||||
- "traefik.http.routers.immich.rule=Host(`photos.speerfam.net`)"
|
- "traefik.http.routers.hass.rule=Host(`ha.speerfam.net`)"
|
||||||
- "traefik.http.routers.immich.entrypoints=websecure"
|
- "traefik.http.routers.hass.entrypoints=websecure"
|
||||||
- "traefik.http.routers.immich.tls.certresolver=myresolver"
|
- "traefik.http.routers.hass.tls.certresolver=myresolver"
|
||||||
|
|
||||||
# Pulling the security rules dynamically from our file provider setup
|
# 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.routers.hass.middlewares=geoblock-policy@file,crowdsec-policy@file,secure-headers@file"
|
||||||
- "traefik.http.services.immich.loadbalancer.server.port=2283"
|
- "traefik.http.services.hass.loadbalancer.server.port=8123"
|
||||||
network_mode: host
|
network_mode: host
|
||||||
environment:
|
environment:
|
||||||
- PUID=1000
|
- PUID=1000
|
||||||
|
|||||||
Reference in New Issue
Block a user