Compare 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
Hermann Käser 794560fdc2 chore: publish 1.10.0+v3.1.0 release 2026-08-05 19:52:42 -04:00
Hermann Käser d7467e7018 chore: update to 3.1.0 2026-08-05 19:50:43 -04: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
+5 -5
View File
@@ -3,7 +3,7 @@ version: "3.8"
services: services:
app: app:
image: ghcr.io/immich-app/immich-server:v3.0.1 image: ghcr.io/immich-app/immich-server:v3.2.0
volumes: volumes:
- uploads:/usr/src/app/upload - uploads:/usr/src/app/upload
- /etc/localtime:/etc/localtime:ro - /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}.rule=Host(`${DOMAIN}`${EXTRA_DOMAINS})"
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure" - "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}" - "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.10.0+v3.1.0"
- "backupbot.backup=${ENABLE_BACKUPS:-true}" - "backupbot.backup=${ENABLE_BACKUPS:-true}"
- "backupbot.volumes.model-cache=false" - "backupbot.volumes.model-cache=false"
- "backupbot.volumes.uploads=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 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.0.1 image: ghcr.io/immich-app/immich-machine-learning:v3.2.0
volumes: volumes:
- model-cache:/cache - model-cache:/cache
networks: networks:
@@ -50,14 +50,14 @@ services:
disable: false disable: false
redis: redis:
image: docker.io/valkey/valkey:9@sha256:3b55fbaa0cd93cf0d9d961f405e4dfcc70efe325e2d84da207a0a8e6d8fde4f9 image: docker.io/valkey/valkey:9@sha256:70739f85ad2ee01a726a965584a0f94895f01b0c60b3cc8b0aeef11eaa6888cf
healthcheck: healthcheck:
test: redis-cli ping || exit 1 test: redis-cli ping || exit 1
networks: networks:
- backend - backend
database: database:
image: ghcr.io/immich-app/postgres:14-vectorchord0.4.3-pgvectors0.3.0@sha256:87c050465fb969a68c7ac23e375e21f4c95cfacd0edce5fa1bc31e63b7891891 image: ghcr.io/immich-app/postgres:14-vectorchord0.4.3-pgvectors0.2.0@sha256:bcf63357191b76a916ae5eb93464d65c07511da41e3bf7a8416db519b40b1c23
environment: environment:
POSTGRES_PASSWORD_FILE: /run/secrets/db_password POSTGRES_PASSWORD_FILE: /run/secrets/db_password
POSTGRES_USER: ${DB_USERNAME} POSTGRES_USER: ${DB_USERNAME}