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
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
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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_onis ignored?https://stackoverflow.com/a/69548861
Oh good catch I didn't know that! Removed that part