Update version labels
continuous-integration/drone/push Build is passing Details

This commit is contained in:
3wc 2021-04-04 22:49:18 +02:00
parent 42d7e61218
commit 85f2393774
1 changed files with 2 additions and 9 deletions

View File

@ -1,6 +1,4 @@
---
version: "3.8"
services:
app:
image: "jboss/keycloak:12.0.4"
@ -40,8 +38,7 @@ services:
- "traefik.http.routers.${STACK_NAME}.middlewares=${STACK_NAME}-redirect"
- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLForceHost=true"
- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLHost=${DOMAIN}"
- "coop-cloud.${STACK_NAME}.app.version=${ABRA_TYPE_APP_VERSION}-${ABRA_TYPE_APP_DIGEST}"
- coop-cloud.${STACK_NAME}.app.version=12.0.4-67e0c88e
db:
image: "mariadb:10.5"
environment:
@ -57,14 +54,11 @@ services:
networks:
- internal
deploy:
labels:
- "coop-cloud.${STACK_NAME}.db.version=${ABRA_TYPE_DB_VERSION}-${ABRA_TYPE_DB_DIGEST}"
labels: ['coop-cloud.${STACK_NAME}.db.version=10.5-9c681cef']
networks:
internal:
proxy:
external: true
secrets:
admin_password:
name: ${STACK_NAME}_admin_password_${SECRET_ADMIN_PASSWORD_VERSION}
@ -75,6 +69,5 @@ secrets:
db_root_password:
name: ${STACK_NAME}_db_root_password_${SECRET_DB_ROOT_PASSWORD_VERSION}
external: true
volumes:
mariadb: