chore: publish 0.2.0+v1.142.0 release

This commit is contained in:
Philipp Rothmann
2025-09-16 11:57:12 +02:00
parent a2215cfc76
commit ebf62b0c7b

View File

@ -3,7 +3,7 @@ version: "3.8"
services:
app:
image: ghcr.io/immich-app/immich-server:v1.131.3
image: ghcr.io/immich-app/immich-server:v1.142.0
volumes:
- uploads:/usr/src/app/upload
- /etc/localtime:/etc/localtime:ro
@ -27,11 +27,11 @@ 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=0.1.3+v1.131.3"
- "coop-cloud.${STACK_NAME}.version=0.2.0+v1.142.0"
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:v1.131.3
image: ghcr.io/immich-app/immich-machine-learning:v1.142.0
ports:
- 3003:3003
volumes:
@ -41,7 +41,7 @@ services:
healthcheck:
disable: false
redis:
image: redis:7.4-alpine
image: redis:8.2-alpine
healthcheck:
test: redis-cli ping || exit 1
networks: