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"
services:
app:
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}.tls.certresolver=${LETS_ENCRYPT_ENV}"
- "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:
image: "mariadb:10.5"
volumes:
@ -65,18 +62,14 @@ services:
- db_password
- db_root_password
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:
backend:
proxy:
external: true
volumes:
mariadb:
wordpress_content:
secrets:
db_root_password:
external: true
@ -84,7 +77,6 @@ secrets:
db_password:
external: true
name: ${STACK_NAME}_db_password_${SECRET_DB_PASSWORD_VERSION}
configs:
entrypoint_conf:
name: ${STACK_NAME}_entrypoint_conf_${ENTRYPOINT_CONF_VERSION}