chore(immich): Update Immich to 1.125.2

This commit is contained in:
Adrien Poupa 2025-01-25 17:33:52 -05:00
parent 2f5998a1d4
commit 822ad84d55

View File

@ -1,7 +1,7 @@
services: services:
immich-server: immich-server:
container_name: immich_server container_name: immich_server
image: ghcr.io/immich-app/immich-server:v1.124.2 image: ghcr.io/immich-app/immich-server:v1.125.2
environment: environment:
DB_HOSTNAME: immich_postgres DB_HOSTNAME: immich_postgres
DB_PASSWORD: ${IMMICH_DB_PASSWORD} DB_PASSWORD: ${IMMICH_DB_PASSWORD}
@ -37,7 +37,7 @@ services:
immich-machine-learning: immich-machine-learning:
container_name: immich_machine_learning container_name: immich_machine_learning
image: ghcr.io/immich-app/immich-machine-learning:v1.124.2 image: ghcr.io/immich-app/immich-machine-learning:v1.125.2
volumes: volumes:
- immich-model-cache:/cache - immich-model-cache:/cache
restart: always restart: always
@ -46,7 +46,7 @@ services:
immich-redis: immich-redis:
container_name: immich_redis container_name: immich_redis
image: registry.hub.docker.com/library/redis:6.2-alpine@sha256:eaba718fecd1196d88533de7ba49bf903ad33664a92debb24660a922ecd9cac8 image: registry.hub.docker.com/library/redis:6.2-alpine@sha256:905c4ee67b8e0aa955331960d2aa745781e6bd89afc44a8584bfd13bc890f0ae
restart: always restart: always
healthcheck: healthcheck:
test: redis-cli ping || exit 1 test: redis-cli ping || exit 1