chore: publish 5.0.2+v1.93.0 release
continuous-integration/drone/push Build encountered an error Details

This commit is contained in:
Moritz 2023-11-09 13:01:48 +01:00
parent b9097c1f94
commit fd601c23f3
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ 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}"
- "coop-cloud.${STACK_NAME}.version=5.0.1+v1.93.0"
- "coop-cloud.${STACK_NAME}.version=5.0.2+v1.93.0"
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}"
healthcheck:
test: curl -f http://synapse:8008/health || exit 1