From 7a88391c73dfab1b5a1b06dee42cb73900303179 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Tue, 16 Mar 2021 07:42:14 +0100 Subject: [PATCH] Add versions and label --- abra.sh | 3 +++ compose.yml | 1 + 2 files changed, 4 insertions(+) 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: