diff --git a/abra.sh b/abra.sh index c5a9b98..cb46477 100644 --- a/abra.sh +++ b/abra.sh @@ -1,4 +1,7 @@ -export ABRA_TYPE_VERSION=1.35.1 -export ABRA_TYPE_DIGEST=2f0fdcf +export ABRA_TYPE_APP_VERSION=1.13.4 +export ABRA_TYPE_APP_DIGEST=078f8918 + +export ABRA_TYPE_DB_VERSION=10.5 +export ABRA_TYPE_DB_DIGEST=e27cf5bc export APP_INI_VERSION=v2 diff --git a/compose.yml b/compose.yml index 2572d8b..ca8e218 100644 --- a/compose.yml +++ b/compose.yml @@ -56,7 +56,7 @@ services: - "traefik.tcp.routers.${STACK_NAME}-ssh.rule=HostSNI(`*`)" - "traefik.tcp.routers.${STACK_NAME}-ssh.entrypoints=gitea-ssh" - "traefik.tcp.services.${STACK_NAME}-ssh.loadbalancer.server.port=${GITEA_SSH_PORT}" - - "coop-cloud.${STACK_NAME}.version=${ABRA_TYPE_VERSION}-${ABRA_TYPE_DIGEST}" + - "coop-cloud.${STACK_NAME}.app.version=${ABRA_TYPE_APP_VERSION}-${ABRA_TYPE_APP_DIGEST}" db: image: "mariadb:10.5" @@ -74,6 +74,9 @@ services: - "mariadb:/var/lib/mysql" networks: - internal + deploy: + labels: + - "coop-cloud.${STACK_NAME}.db.version=${ABRA_TYPE_DB_VERSION}-${ABRA_TYPE_DB_DIGEST}" networks: internal: