Compare commits

..
Author SHA1 Message Date
val 8d74ee6495 chore: publish 1.9.0+v3.0.1 release 2026-07-04 13:21:03 +02:00
Renovate Bot dff4fd6cb3 chore(deps): update immich monorepo to v3 2026-07-02 22:10:15 +00:00
+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.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:v3.1.0 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:8e8d64b405ce18f41b8e5ee20aa4687a8ed0022d1298f2ce31cdcf3a76e09411 image: docker.io/valkey/valkey:9@sha256:3b55fbaa0cd93cf0d9d961f405e4dfcc70efe325e2d84da207a0a8e6d8fde4f9
healthcheck: healthcheck:
test: redis-cli ping || exit 1 test: redis-cli ping || exit 1
networks: networks: