From 6014287f926f44976beafb2f2003efd90bdb6dd9 Mon Sep 17 00:00:00 2001 From: Brad Date: Tue, 4 Feb 2025 01:03:54 -0500 Subject: [PATCH 1/2] Update Immich v1.125.7 --- Apps/Immich/docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Apps/Immich/docker-compose.yml b/Apps/Immich/docker-compose.yml index b40c2a612..4f8b37a19 100644 --- a/Apps/Immich/docker-compose.yml +++ b/Apps/Immich/docker-compose.yml @@ -8,7 +8,7 @@ services: memory: 1024M container_name: immich-server hostname: immich-server - image: altran1502/immich-server:v1.123.0 + image: altran1502/immich-server:v1.125.7 volumes: - /DATA/Gallery/immich:/usr/src/app/upload - /etc/localtime:/etc/localtime:ro @@ -30,7 +30,7 @@ services: immich-machine-learning: container_name: immich-machine-learning hostname: immich-machine-learning - image: altran1502/immich-machine-learning:v1.123.0 + image: altran1502/immich-machine-learning:v1.125.7 environment: DB_DATABASE_NAME: immich DB_PASSWORD: postgres From b92935c2746cfa0f627bb97c26e157622ce7b8b8 Mon Sep 17 00:00:00 2001 From: Brad Date: Sat, 21 Jun 2025 23:19:34 -0400 Subject: [PATCH 2/2] chore: update immich v1.135.3 Please note as of v1.132.0, immich switched to the valkey fork of redis, so that image source is also updated. see https://github.com/immich-app/immich/releases/tag/v1.132.0 --- Apps/Immich/docker-compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Apps/Immich/docker-compose.yml b/Apps/Immich/docker-compose.yml index 4f8b37a19..b71933b4c 100644 --- a/Apps/Immich/docker-compose.yml +++ b/Apps/Immich/docker-compose.yml @@ -8,7 +8,7 @@ services: memory: 1024M container_name: immich-server hostname: immich-server - image: altran1502/immich-server:v1.125.7 + image: altran1502/immich-server:v1.135.3 volumes: - /DATA/Gallery/immich:/usr/src/app/upload - /etc/localtime:/etc/localtime:ro @@ -30,7 +30,7 @@ services: immich-machine-learning: container_name: immich-machine-learning hostname: immich-machine-learning - image: altran1502/immich-machine-learning:v1.125.7 + image: altran1502/immich-machine-learning:v1.135.3 environment: DB_DATABASE_NAME: immich DB_PASSWORD: postgres @@ -46,7 +46,7 @@ services: redis: container_name: immich-redis hostname: immich-redis - image: docker.io/redis:6.2-alpine@sha256:eaba718fecd1196d88533de7ba49bf903ad33664a92debb24660a922ecd9cac8 + image: docker.io/valkey/valkey:8-bookworm@sha256:fec42f399876eb6faf9e008570597741c87ff7662a54185593e74b09ce83d177 healthcheck: test: redis-cli ping || exit 1 volumes: