Use all services in new versioning scheme

See https://git.autonomic.zone/coop-cloud/organising/issues/47.
This commit is contained in:
decentral1se 2021-03-13 18:30:10 +01:00
parent 2ee85ef5c6
commit 577f3668ea
No known key found for this signature in database
GPG Key ID: 92DAD76BD9567B8A
2 changed files with 9 additions and 3 deletions

View File

@ -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

View File

@ -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: