Revert "chore: publish 5.0.5+1.25.3 release"

This reverts commit bdf8e11dc5.
This commit is contained in:
Moritz 2024-04-09 10:08:22 +02:00
parent bdf8e11dc5
commit a0a9c2b863
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.5+1.25.3"
- "coop-cloud.${STACK_NAME}.version=5.0.4+v1.100.0"
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}"
healthcheck:
test: curl -f http://synapse:8008/health || exit 1