Compare commits

2 Commits

Author SHA1 Message Date
val
8d74ee6495 chore: publish 1.9.0+v3.0.1 release 2026-07-04 13:21:03 +02:00
dff4fd6cb3 chore(deps): update immich monorepo to v3 2026-07-02 22:10:15 +00:00
2 changed files with 4 additions and 3 deletions

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.0.1
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.0.1
volumes:
- model-cache:/cache
networks:

1
release/1.9.0+v3.0.1 Normal file
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