Compare commits

...
Author SHA1 Message Date
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
trav 6b45c97b43 Merge pull request 'chore: upgrade to 1.7.0+v2.7.5' (#11) from upgrade-1.7.0+v2.7.5 into main
Reviewed-on: https://git.coopcloud.tech/coop-cloud/immich/pulls/11
2026-06-15 17:39:56 +00:00
2 changed files with 5 additions and 4 deletions
+4 -4
View File
@@ -3,7 +3,7 @@ version: "3.8"
services:
app:
image: ghcr.io/immich-app/immich-server:v2.7.5
image: ghcr.io/immich-app/immich-server:v3.1.0
volumes:
- uploads:/usr/src/app/upload
- /etc/localtime:/etc/localtime:ro
@@ -33,7 +33,7 @@ services:
- "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`${EXTRA_DOMAINS})"
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
- "coop-cloud.${STACK_NAME}.version=1.8.0+v2.7.5"
- "coop-cloud.${STACK_NAME}.version=1.9.0+v3.0.1"
- "backupbot.backup=${ENABLE_BACKUPS:-true}"
- "backupbot.volumes.model-cache=false"
- "backupbot.volumes.uploads=false"
@@ -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:v2.7.5
image: ghcr.io/immich-app/immich-machine-learning:v3.1.0
volumes:
- model-cache:/cache
networks:
@@ -50,7 +50,7 @@ services:
disable: false
redis:
image: docker.io/valkey/valkey:9@sha256:3b55fbaa0cd93cf0d9d961f405e4dfcc70efe325e2d84da207a0a8e6d8fde4f9
image: docker.io/valkey/valkey:9@sha256:8e8d64b405ce18f41b8e5ee20aa4687a8ed0022d1298f2ce31cdcf3a76e09411
healthcheck:
test: redis-cli ping || exit 1
networks:
+1
View File
@@ -0,0 +1 @@
upgrade to immich 3 successfully deployed, but perhaps better check https://immich.app/blog/v3-migration if it affects your deployment