3 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
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

View File

@ -3,7 +3,7 @@ version: "3.8"
services: services:
app: app:
image: ghcr.io/immich-app/immich-server:v2.7.5 image: ghcr.io/immich-app/immich-server:v3.0.1
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:v2.7.5 image: ghcr.io/immich-app/immich-machine-learning:v3.0.1
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:3b55fbaa0cd93cf0d9d961f405e4dfcc70efe325e2d84da207a0a8e6d8fde4f9 image: docker.io/valkey/valkey:9.1.0@sha256:4963247afc4cd33c7d3b2d2816b9f7f8eeebab148d29056c2ca4d7cbc966f2d9
healthcheck: healthcheck:
test: redis-cli ping || exit 1 test: redis-cli ping || exit 1
networks: networks: