diff --git a/compose.yml b/compose.yml index ae7099e..70d840a 100644 --- a/compose.yml +++ b/compose.yml @@ -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 diff --git a/release/1.3.0+v2.4.1 b/release/1.3.0+v2.4.1 new file mode 100644 index 0000000..c8ac407 --- /dev/null +++ b/release/1.3.0+v2.4.1 @@ -0,0 +1 @@ +added support for external storage. skipped 1.2.0 because it was not released as tag \ No newline at end of file