upgraded immich

This commit is contained in:
Jakub Kropáček 2024-10-15 22:25:58 +02:00
parent 743ce3b550
commit 6e6db92891
2 changed files with 2 additions and 2 deletions

View file

@ -9,4 +9,4 @@ DB_DATABASE_NAME=immich
REDIS_HOSTNAME=redis
EXTERNAL_HOST=immich.togetherdays.cz
IMMICH_VERSION=v1.117.0
IMMICH_VERSION=v1.118.0

View file

@ -36,7 +36,7 @@ services:
- traefik.http.routers.immich.rule=Host(`${EXTERNAL_HOST}`)
- traefik.http.routers.immich.entrypoints=${ENTRYPOINTS:-websecure}
- traefik.http.routers.immich.tls.certresolver=le
- traefik.http.services.immich.loadbalancer.server.port=3001
- traefik.http.services.immich.loadbalancer.server.port=2283
immich-machine-learning:
image: ghcr.io/immich-app/immich-machine-learning:${IMMICH_VERSION:-release}