Use all services in new versioning scheme
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
See https://git.autonomic.zone/coop-cloud/organising/issues/47.
This commit is contained in:
parent
2ee85ef5c6
commit
577f3668ea
7
abra.sh
7
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
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user