diff --git a/abra.sh b/abra.sh index 78e8033..afd4d22 100644 --- a/abra.sh +++ b/abra.sh @@ -1,2 +1,5 @@ +export ABRA_TYPE_APP_VERSION=2.4.7 +export ABRA_TYPE_APP_DIGEST=746e8d5c + export TRAEFIK_YML_VERSION=v5 export FILE_PROVIDER_YML_VERSION=v1 diff --git a/compose.yml b/compose.yml index ca9dbbf..ee7109d 100644 --- a/compose.yml +++ b/compose.yml @@ -44,6 +44,7 @@ services: - "traefik.http.routers.traefik.tls.options=default@file" - "traefik.http.routers.traefik.service=api@internal" - "traefik.http.routers.traefik.middlewares=security@file" + - "coop-cloud.${STACK_NAME}.app.version=${ABRA_TYPE_APP_VERSION}-${ABRA_TYPE_APP_DIGEST}" networks: proxy: