feat(immich): upgrade Docker images for Immich services (#458)

This commit is contained in:
Ricardo 🇲🇽
2025-10-25 17:37:29 -06:00
committed by GitHub
parent 38fdb8c095
commit 2851192d38

View File

@@ -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:
immich-redis-data: