chore: publish 2.21.0+1.8.1 release

This commit is contained in:
2026-06-11 19:39:26 +02:00
parent aa762149a1
commit fb8c1ebd13
+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.20.0+1.7.1"
- "coop-cloud.${STACK_NAME}.version=2.21.0+1.8.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"