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

This commit is contained in:
3wc 2021-04-05 00:43:49 +02:00
parent 0daf37b01f
commit 5189b255c8
1 changed files with 1 additions and 7 deletions

View File

@ -1,6 +1,4 @@
---
version: "3.8"
services:
app:
image: "drone/drone:1.10.1"
@ -39,22 +37,18 @@ services:
- "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.SSLHost=${DOMAIN}"
- "coop-cloud.${STACK_NAME}.app.version=${ABRA_TYPE_APP_VERSION}-${ABRA_TYPE_APP_DIGEST}"
- coop-cloud.${STACK_NAME}.app.version=1.10.1-9f95ae97
volumes:
data:
configs:
drone_env:
name: ${STACK_NAME}_drone_env_${DRONE_ENV_VERSION}
file: drone.env.tmpl
template_driver: golang
secrets:
rpc_secret:
name: ${STACK_NAME}_rpc_secret_${RPC_SECRET_VERSION}
external: true
networks:
proxy:
external: true