fix: remove invalid tls label
continuous-integration/drone/pr Build is failing Details
continuous-integration/drone/push Build is passing Details

See coop-cloud/organising#412
This commit is contained in:
decentral1se 2023-02-13 11:16:07 +01:00
parent b6bb286282
commit f23357c9cd
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
1 changed files with 0 additions and 1 deletions

View File

@ -44,7 +44,6 @@ services:
- "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`)"
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
- "traefik.http.routers.${STACK_NAME}.tls.options=default@file"
- "traefik.http.routers.${STACK_NAME}.service=api@internal"
- "traefik.http.routers.${STACK_NAME}.middlewares=security@file"
- "coop-cloud.${STACK_NAME}.version=2.0.3+v2.9.6"