update traefik labels for Immich service in docker-compose.yml
All checks were successful
Portainer Stack Update / update_stack (push) Successful in 7s

This commit is contained in:
krisz 2025-08-19 15:45:07 +02:00
parent 5ced510699
commit 3889231119

View File

@ -58,11 +58,11 @@ services:
- node.labels.immich == thumbnail - node.labels.immich == thumbnail
labels: labels:
<<: *traefik-labels <<: *traefik-labels
traefik.http.routers.gitea.rule: "Host(`photo.szabolcsi.eu`)" traefik.http.routers.immich.rule: "Host(`photo.szabolcsi.eu`)"
traefik.http.routers.gitea.entrypoints: "https" traefik.http.routers.immich.entrypoints: "https"
traefik.http.routers.gitea.tls: "true" traefik.http.routers.immich.tls: "true"
traefik.http.routers.gitea.tls.certresolver: "letsencrypt" traefik.http.routers.immich.tls.certresolver: "letsencrypt"
traefik.http.services.gitea.loadbalancer.server.port: "2283" traefik.http.services.immich.loadbalancer.server.port: "2283"
machine-learning: machine-learning:
image: ghcr.io/immich-app/immich-machine-learning:v1.138.1 image: ghcr.io/immich-app/immich-machine-learning:v1.138.1