From 84b214eaeb5ba91d21e9eae518f1135018ad8f2e Mon Sep 17 00:00:00 2001 From: Cp0204 Date: Wed, 18 Jun 2025 00:24:16 +0800 Subject: [PATCH 1/2] chore: update immich to v1.134.0 --- Apps/Immich/docker-compose.yml | 31 ++++--------------------------- 1 file changed, 4 insertions(+), 27 deletions(-) diff --git a/Apps/Immich/docker-compose.yml b/Apps/Immich/docker-compose.yml index 4720bb392..8ba9bfca7 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.129.0 + image: altran1502/immich-server:v1.134.0 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.129.0 + image: altran1502/immich-machine-learning:v1.134.0 environment: DB_DATABASE_NAME: immich DB_PASSWORD: postgres @@ -46,11 +46,9 @@ services: redis: container_name: immich-redis hostname: immich-redis - image: docker.io/redis:6.2-alpine@sha256:148bb5411c184abd288d9aaed139c98123eeb8824c5d3fce03cf721db58066d8 + image: valkey/valkey:8-bookworm@sha256:ff21bc0f8194dc9c105b769aeabf9585fea6a8ed649c0781caeac5cb3c247884 healthcheck: test: redis-cli ping || exit 1 - volumes: - - /DATA/AppData/immich/redis:/data restart: unless-stopped networks: - immich @@ -58,7 +56,7 @@ services: database: container_name: immich-postgres hostname: immich-postgres - image: docker.io/tensorchord/pgvecto-rs:pg14-v0.2.0@sha256:739cdd626151ff1f796dc95a6591b55a714f341c737e27f045019ceabf8e8c52 + image: ghcr.io/immich-app/postgres:14-vectorchord0.3.0-pgvectors0.2.0@sha256:fa4f6e0971f454cd95fec5a9aaed2ed93d8f46725cc6bc61e0698e97dba96da1 environment: POSTGRES_PASSWORD: postgres POSTGRES_USER: postgres @@ -66,27 +64,6 @@ services: POSTGRES_INITDB_ARGS: '--data-checksums' volumes: - /DATA/AppData/immich/pgdata:/var/lib/postgresql/data - healthcheck: - test: pg_isready --dbname='immich' --username='postgres' || exit 1; Chksum="$$(psql --dbname='immich' --username='postgres' --tuples-only --no-align --command='SELECT COALESCE(SUM(checksum_failures), 0) FROM pg_stat_database')"; echo "checksum failure count is $$Chksum"; [ "$$Chksum" = '0' ] || exit 1 - interval: 5m - start_interval: 30s - start_period: 5m - command: - [ - 'postgres', - '-c', - 'shared_preload_libraries=vectors.so', - '-c', - 'search_path="$$user", public, vectors', - '-c', - 'logging_collector=on', - '-c', - 'max_wal_size=2GB', - '-c', - 'shared_buffers=512MB', - '-c', - 'wal_compression=on', - ] restart: unless-stopped networks: - immich From b35ee2220ed850fb28f3544fdd0d3c4543ce7a56 Mon Sep 17 00:00:00 2001 From: Cp0204 Date: Thu, 19 Jun 2025 12:28:32 +0800 Subject: [PATCH 2/2] chore: update immich to v1.135.0 --- Apps/Immich/docker-compose.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Apps/Immich/docker-compose.yml b/Apps/Immich/docker-compose.yml index 8ba9bfca7..67a6ef5dd 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.134.0 + image: altran1502/immich-server:v1.135.0 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.134.0 + image: altran1502/immich-machine-learning:v1.135.0 environment: DB_DATABASE_NAME: immich DB_PASSWORD: postgres @@ -46,7 +46,7 @@ services: redis: container_name: immich-redis hostname: immich-redis - image: valkey/valkey:8-bookworm@sha256:ff21bc0f8194dc9c105b769aeabf9585fea6a8ed649c0781caeac5cb3c247884 + image: valkey/valkey:8-bookworm@sha256:fec42f399876eb6faf9e008570597741c87ff7662a54185593e74b09ce83d177 healthcheck: test: redis-cli ping || exit 1 restart: unless-stopped @@ -56,7 +56,7 @@ services: database: container_name: immich-postgres hostname: immich-postgres - image: ghcr.io/immich-app/postgres:14-vectorchord0.3.0-pgvectors0.2.0@sha256:fa4f6e0971f454cd95fec5a9aaed2ed93d8f46725cc6bc61e0698e97dba96da1 + image: ghcr.io/immich-app/postgres:14-vectorchord0.4.1-pgvectors0.2.0 environment: POSTGRES_PASSWORD: postgres POSTGRES_USER: postgres