generated from coop-cloud/example
add service dependencies and extend deployment timeout #21
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "deploy-timeout"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixes a problem where deployments were consistently giving a timeout response even though they were successful, because the default healthcheck takes 60 seconds before it reports healthy
One comment but otherwise LGTM ✅
@ -40,2 +40,4 @@
- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLForceHost=true"
- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLHost=${DOMAIN}"
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-80}"
depends_on:
I understood that
depends_on
is ignored?https://stackoverflow.com/a/69548861
Oh good catch I didn't know that! Removed that part