chore: upgrade immich-server + immich-machine-learning to v3.2.0 and refresh valkey:9 digest pin #4

Open
autonomic-bot wants to merge 6 commits from upgrade-2dcc1c1 into main
+3 -3
View File
@@ -3,7 +3,7 @@ version: "3.8"
services: services:
app: app:
image: ghcr.io/immich-app/immich-server:v3.1.0 image: ghcr.io/immich-app/immich-server:v3.2.0
volumes: volumes:
- uploads:/usr/src/app/upload - uploads:/usr/src/app/upload
- /etc/localtime:/etc/localtime:ro - /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 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: volumes:
- model-cache:/cache - model-cache:/cache
networks: networks:
@@ -50,7 +50,7 @@ services:
disable: false disable: false
redis: redis:
image: docker.io/valkey/valkey:9@sha256:3acc0687f2a2e1091fae6450d7842dd658c941338cf0a873ddd9e14b9e4ea4dd image: docker.io/valkey/valkey:9@sha256:70739f85ad2ee01a726a965584a0f94895f01b0c60b3cc8b0aeef11eaa6888cf
healthcheck: healthcheck:
test: redis-cli ping || exit 1 test: redis-cli ping || exit 1
networks: networks: