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

This commit is contained in:
3wc 2021-04-05 11:42:21 +02:00
parent 0fd1fdfd8b
commit 3af09cc165
1 changed files with 4 additions and 6 deletions

View File

@ -1,6 +1,4 @@
---
version: "3.8" version: "3.8"
services: services:
app: app:
image: benoitpodwinski/phpservermon:3.4.5 image: benoitpodwinski/phpservermon:3.4.5
@ -47,6 +45,7 @@ services:
#- "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=3.4.5-c8bf35f3
db: db:
image: mariadb image: mariadb
networks: networks:
@ -61,12 +60,13 @@ services:
- db_root_password - db_root_password
volumes: volumes:
- "mariadb:/var/lib/mysql" - "mariadb:/var/lib/mysql"
deploy:
labels:
- coop-cloud.${STACK_NAME}.db.version=mariadb-9c681cef
networks: networks:
proxy: proxy:
external: true external: true
internal: internal:
secrets: 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}
@ -74,7 +74,6 @@ secrets:
db_password: db_password:
name: ${STACK_NAME}_db_password_${SECRET_DB_PASSWORD_VERSION} name: ${STACK_NAME}_db_password_${SECRET_DB_PASSWORD_VERSION}
external: true external: true
configs: configs:
msmtp_conf: msmtp_conf:
name: ${STACK_NAME}_msmtp_conf_${MSMTP_CONF_VERSION} name: ${STACK_NAME}_msmtp_conf_${MSMTP_CONF_VERSION}
@ -84,7 +83,6 @@ configs:
name: ${STACK_NAME}_entrypoint_${ENTRYPOINT_CONF_VERSION} name: ${STACK_NAME}_entrypoint_${ENTRYPOINT_CONF_VERSION}
file: entrypoint.sh.tmpl file: entrypoint.sh.tmpl
template_driver: golang template_driver: golang
volumes: volumes:
sessions: sessions:
mariadb: mariadb: