From 2851192d38404f743105501c475122ec9a9e2d44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ricardo=20=F0=9F=87=B2=F0=9F=87=BD?= <31641216+manghidev@users.noreply.github.com> Date: Sat, 25 Oct 2025 17:37:29 -0600 Subject: [PATCH] feat(immich): upgrade Docker images for Immich services (#458) --- blueprints/immich/docker-compose.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/blueprints/immich/docker-compose.yml b/blueprints/immich/docker-compose.yml index 743f70ac..cdd31199 100644 --- a/blueprints/immich/docker-compose.yml +++ b/blueprints/immich/docker-compose.yml @@ -2,7 +2,7 @@ version: "3.9" services: immich-server: - image: ghcr.io/immich-app/immich-server:v1.121.0 + image: ghcr.io/immich-app/immich-server:v2.1.0 volumes: - immich-library:/usr/src/app/upload @@ -36,7 +36,7 @@ services: retries: 3 immich-machine-learning: - image: ghcr.io/immich-app/immich-machine-learning:v1.121.0 + image: ghcr.io/immich-app/immich-machine-learning:v2.1.0 volumes: - immich-model-cache:/cache @@ -64,7 +64,7 @@ services: restart: always immich-database: - image: tensorchord/pgvecto-rs:pg14-v0.2.0 + image: tensorchord/pgvecto-rs:pg14-v0.3.0 volumes: - immich-postgres:/var/lib/postgresql/data @@ -104,4 +104,4 @@ volumes: immich-model-cache: immich-postgres: immich-library: - immich-redis-data: \ No newline at end of file + immich-redis-data: