Compare commits

2 Commits

Author SHA1 Message Date
5bf5bdc4ae chore: upgrade to v3.0.1
All checks were successful
cc-ci/testme cc-ci: success
2026-07-03 03:53:04 +00:00
2dcc1c1a04 chore: re-pin valkey to 9.1.0
All checks were successful
cc-ci/testme cc-ci: success
2026-06-26 04:03:48 +00:00
2 changed files with 2 additions and 3 deletions

View File

@ -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.9.0+v3.0.1"
- "coop-cloud.${STACK_NAME}.version=1.8.0+v2.7.5"
- "backupbot.backup=${ENABLE_BACKUPS:-true}"
- "backupbot.volumes.model-cache=false"
- "backupbot.volumes.uploads=false"
@ -50,7 +50,7 @@ services:
disable: false
redis:
image: docker.io/valkey/valkey:9@sha256:3b55fbaa0cd93cf0d9d961f405e4dfcc70efe325e2d84da207a0a8e6d8fde4f9
image: docker.io/valkey/valkey:9.1.0@sha256:4963247afc4cd33c7d3b2d2816b9f7f8eeebab148d29056c2ca4d7cbc966f2d9
healthcheck:
test: redis-cli ping || exit 1
networks:

View File

@ -1 +0,0 @@
upgrade to immich 3 successfully deployed, but perhaps better check https://immich.app/blog/v3-migration if it affects your deployment