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