From 50d98d1bf2ff6e8ec139314d314d8aa66f999d03 Mon Sep 17 00:00:00 2001 From: Philipp Rothmann Date: Fri, 31 Oct 2025 21:01:51 +0100 Subject: [PATCH] chore: publish 1.0.0+v2.2.1 release --- compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/compose.yml b/compose.yml index 4b76594..c5d99a4 100644 --- a/compose.yml +++ b/compose.yml @@ -3,7 +3,7 @@ version: "3.8" services: app: - image: ghcr.io/immich-app/immich-server:v1.142.0 + image: ghcr.io/immich-app/immich-server:v2.2.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=0.3.0+v1.142.0" + - "coop-cloud.${STACK_NAME}.version=1.0.0+v2.2.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:v1.142.0 + image: ghcr.io/immich-app/immich-machine-learning:v2.2.1 ports: - 3003:3003 volumes: