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

This commit is contained in:
3wc 2021-04-05 02:05:08 +02:00
parent d174977c1f
commit fe1098749c
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: nextcloud:21.0.0 image: nextcloud:21.0.0
@ -54,7 +52,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=21.0.0-7e0ea42c
db: db:
image: "mariadb:10.5" image: "mariadb:10.5"
environment: environment:
@ -75,7 +73,9 @@ services:
timeout: 2s timeout: 2s
retries: 3 retries: 3
start_period: 30s start_period: 30s
deploy:
labels:
- coop-cloud.${STACK_NAME}.db.version=10.5-9c681cef
secrets: secrets:
db_root_password: db_root_password:
external: true external: true
@ -86,14 +86,12 @@ secrets:
admin_password: admin_password:
external: true external: true
name: ${STACK_NAME}_admin_password_${SECRET_ADMIN_PASSWORD_VERSION} name: ${STACK_NAME}_admin_password_${SECRET_ADMIN_PASSWORD_VERSION}
volumes: volumes:
nextcloud: nextcloud:
nextapps: nextapps:
nextdata: nextdata:
nextconfig: nextconfig:
mariadb: mariadb:
networks: networks:
proxy: proxy:
external: true external: true