2 Commits

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.2.0+v2.4.1"
- "coop-cloud.${STACK_NAME}.version=1.3.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.3.0+v2.4.1 Normal file
View File

@ -0,0 +1 @@
added support for external storage. skipped 1.2.0 because it was not released as tag