chore: first release
continuous-integration/drone/push Build is failing Details

This commit is contained in:
decentral1se 2021-10-12 08:45:20 +02:00
parent 26107257bc
commit 6ef2f30c0f
1 changed files with 8 additions and 3 deletions

View File

@ -1,4 +1,6 @@
---
version: "3.8" version: "3.8"
services: services:
app: app:
image: "wordpress:5.8.1" image: "wordpress:5.8.1"
@ -46,7 +48,8 @@ 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=5.8.1-5de9ea7 - "coop-cloud.${STACK_NAME}.version=1.0.0+5.8.1"
db: db:
image: "mariadb:10.6" image: "mariadb:10.6"
volumes: volumes:
@ -61,15 +64,16 @@ services:
secrets: secrets:
- db_password - db_password
- db_root_password - db_root_password
deploy:
labels: ['coop-cloud.${STACK_NAME}.db.version=10.6-073317f']
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
@ -77,6 +81,7 @@ 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}