From a39fc87367293aeabd2e9da1bdf3c79c2f230545 Mon Sep 17 00:00:00 2001 From: Philipp Rothmann Date: Sat, 20 Dec 2025 13:39:54 +0100 Subject: [PATCH] chore: publish 1.1.0+v2.4.1 release --- compose.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/compose.yml b/compose.yml index c5d99a4..bc026fb 100644 --- a/compose.yml +++ b/compose.yml @@ -3,7 +3,7 @@ version: "3.8" services: app: - image: ghcr.io/immich-app/immich-server:v2.2.1 + image: ghcr.io/immich-app/immich-server:v2.4.1 volumes: - uploads:/usr/src/app/upload - /etc/localtime:/etc/localtime:ro @@ -27,11 +27,11 @@ services: - "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`${EXTRA_DOMAINS})" - "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure" - "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}" - - "coop-cloud.${STACK_NAME}.version=1.0.0+v2.2.1" + - "coop-cloud.${STACK_NAME}.version=1.1.0+v2.4.1" immich-machine-learning: # TODO: this has to be that name, as the frontend tries to reach it at: http://immich-machine-learning:3003 - image: ghcr.io/immich-app/immich-machine-learning:v2.2.1 + image: ghcr.io/immich-app/immich-machine-learning:v2.4.1 ports: - 3003:3003 volumes: @@ -41,7 +41,7 @@ services: healthcheck: disable: false redis: - image: redis:8.2-alpine + image: redis:8.4-alpine healthcheck: test: redis-cli ping || exit 1 networks: