chore: publish 1.2.0+v2.4.1 release

This commit is contained in:
Philipp Rothmann
2025-12-23 11:59:44 +01:00
parent 4b06b48d02
commit 811fbf6f68
2 changed files with 2 additions and 1 deletions

View File

@ -29,7 +29,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.1.0+v2.4.1"
- "coop-cloud.${STACK_NAME}.version=1.2.0+v2.4.1"
immich-machine-learning: # TODO: this has to be that name, as the frontend tries to reach it at: http://immich-machine-learning:3003

1
release/1.2.0+v2.4.1 Normal file
View File

@ -0,0 +1 @@
Adds db_password secret, you'll need to create a new db secret when upgrading (e.g. `echo "secret" | abra app secret insert immich.example.com db_password v1`)