Version 5.7.0; sync labels
continuous-integration/drone/push Build is passing Details

This commit is contained in:
3wc 2021-04-05 00:19:00 +02:00
parent 8fc4c37e68
commit f28b9d69f6
1 changed files with 2 additions and 10 deletions

View File

@ -1,6 +1,4 @@
---
version: "3.8" version: "3.8"
services: services:
app: app:
image: "wordpress:5.7.0" image: "wordpress:5.7.0"
@ -48,8 +46,7 @@ services:
#- "traefik.http.routers.${STACK_NAME}.rule=HostRegexp(`{subdomain:.+}.${DOMAIN}`, `${DOMAIN}`)" #- "traefik.http.routers.${STACK_NAME}.rule=HostRegexp(`{subdomain:.+}.${DOMAIN}`, `${DOMAIN}`)"
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}" - "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure" - "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
- "coop-cloud.${STACK_NAME}.app.version=${ABRA_TYPE_APP_VERSION}-${ABRA_TYPE_APP_DIGEST}" - coop-cloud.${STACK_NAME}.app.version=5.7.0-3e74612c
db: db:
image: "mariadb:10.5" image: "mariadb:10.5"
volumes: volumes:
@ -65,18 +62,14 @@ services:
- db_password - db_password
- db_root_password - db_root_password
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:
backend: backend:
proxy: proxy:
external: true external: true
volumes: volumes:
mariadb: mariadb:
wordpress_content: wordpress_content:
secrets: secrets:
db_root_password: db_root_password:
external: true external: true
@ -84,7 +77,6 @@ secrets:
db_password: db_password:
external: true external: true
name: ${STACK_NAME}_db_password_${SECRET_DB_PASSWORD_VERSION} name: ${STACK_NAME}_db_password_${SECRET_DB_PASSWORD_VERSION}
configs: configs:
entrypoint_conf: entrypoint_conf:
name: ${STACK_NAME}_entrypoint_conf_${ENTRYPOINT_CONF_VERSION} name: ${STACK_NAME}_entrypoint_conf_${ENTRYPOINT_CONF_VERSION}