diff --git a/Apps/Immich/docker-compose.yml b/Apps/Immich/docker-compose.yml index 4720bb392..ee26b1479 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.135.3 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.135.3 environment: DB_DATABASE_NAME: immich DB_PASSWORD: postgres @@ -46,7 +46,8 @@ services: redis: container_name: immich-redis hostname: immich-redis - image: docker.io/redis:6.2-alpine@sha256:148bb5411c184abd288d9aaed139c98123eeb8824c5d3fce03cf721db58066d8 + + image: docker.io/valkey/valkey:8-bookworm@sha256:fec42f399876eb6faf9e008570597741c87ff7662a54185593e74b09ce83d177 healthcheck: test: redis-cli ping || exit 1 volumes: