chore: publish 5.0.3+v1.100.0 release
continuous-integration/drone/push Build is failing Details

This commit is contained in:
3wc 2024-02-08 14:59:48 -03:00
parent 11f70b7878
commit d4ccb3588b
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.1.0+1.25.3"
- "coop-cloud.${STACK_NAME}.version=5.0.3+v1.100.0"
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}"
healthcheck:
test: curl -f http://synapse:8008/health || exit 1