This commit is contained in:
@ -3,7 +3,7 @@ version: "3.8"
|
||||
|
||||
services:
|
||||
app:
|
||||
image: ghcr.io/immich-app/immich-server:v3.0.1
|
||||
image: ghcr.io/immich-app/immich-server:v3.0.2
|
||||
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:v3.0.1
|
||||
image: ghcr.io/immich-app/immich-machine-learning:v3.0.2
|
||||
volumes:
|
||||
- model-cache:/cache
|
||||
networks:
|
||||
@ -50,7 +50,7 @@ services:
|
||||
disable: false
|
||||
|
||||
redis:
|
||||
image: docker.io/valkey/valkey:9.1.0@sha256:4963247afc4cd33c7d3b2d2816b9f7f8eeebab148d29056c2ca4d7cbc966f2d9
|
||||
image: docker.io/valkey/valkey:9@sha256:4963247afc4cd33c7d3b2d2816b9f7f8eeebab148d29056c2ca4d7cbc966f2d9
|
||||
healthcheck:
|
||||
test: redis-cli ping || exit 1
|
||||
networks:
|
||||
|
||||
1
release/1.9.0+v3.0.1
Normal file
1
release/1.9.0+v3.0.1
Normal 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
|
||||
Reference in New Issue
Block a user