Compare commits

...
6 Commits
Author SHA1 Message Date
autonomic-bot caaa20fa49 chore: upgrade immich-server + immich-machine-learning to v3.2.0 and refresh valkey:9 digest pin
cc-ci/testme cc-ci: success
2026-09-11 07:18:07 +00:00
autonomic-bot 77d79379cd chore: upgrade immich-server/immich-machine-learning to v3.1.0 and refresh valkey:9 digest pin
cc-ci/testme cc-ci: success
2026-07-31 03:45:27 +00:00
autonomic-bot f652ed331b chore: upgrade immich-server to v3.0.3
cc-ci/testme cc-ci: success
2026-07-17 02:26:34 +00:00
autonomic-bot b81694ed70 chore: upgrade to v3.0.2
cc-ci/testme cc-ci: success
2026-07-13 20:18:06 +00:00
autonomic-bot 5bf5bdc4ae chore: upgrade to v3.0.1
cc-ci/testme cc-ci: success
2026-07-03 03:53:04 +00:00
autonomic-bot 2dcc1c1a04 chore: re-pin valkey to 9.1.0
cc-ci/testme cc-ci: success
2026-06-26 04:03:48 +00:00
+3 -3
View File
@@ -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: