chore: publish 2.20.0+1.7.1 release

This commit is contained in:
2026-05-18 13:03:31 +02:00
parent f0ae2c53b0
commit 812929bf8a
+1 -1
View File
@@ -34,7 +34,7 @@ services:
- "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`${EXTRA_DOMAINS})"
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
- "coop-cloud.${STACK_NAME}.version=2.19.1+1.6.1"
- "coop-cloud.${STACK_NAME}.version=2.20.0+1.7.1"
# Redirect from EXTRA_DOMAINS to DOMAIN
- "traefik.http.routers.${STACK_NAME}.middlewares=${STACK_NAME}-redirect"
- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLForceHost=true"