diff --git a/compose.yml b/compose.yml index 680847b..4125d01 100644 --- a/compose.yml +++ b/compose.yml @@ -3,7 +3,7 @@ version: "3.8" services: app: - image: ghcr.io/immich-app/immich-server:v3.1.0 + image: ghcr.io/immich-app/immich-server:v3.2.0 volumes: - uploads:/usr/src/app/upload - /etc/localtime:/etc/localtime:ro @@ -41,7 +41,7 @@ services: 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:v3.1.0 + image: ghcr.io/immich-app/immich-machine-learning:v3.2.0 volumes: - model-cache:/cache networks: @@ -50,7 +50,7 @@ services: disable: false redis: - image: docker.io/valkey/valkey:9@sha256:3acc0687f2a2e1091fae6450d7842dd658c941338cf0a873ddd9e14b9e4ea4dd + image: docker.io/valkey/valkey:9@sha256:70739f85ad2ee01a726a965584a0f94895f01b0c60b3cc8b0aeef11eaa6888cf healthcheck: test: redis-cli ping || exit 1 networks: