add service dependencies and extend deployment timeout #21

Merged
marlon merged 3 commits from deploy-timeout into main 2025-06-07 19:05:11 +00:00
Owner

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
marlon added 1 commit 2025-06-07 17:44:30 +00:00
decentral1se reviewed 2025-06-07 18:02:19 +00:00
decentral1se left a comment
Owner

One comment but otherwise LGTM

One comment but otherwise LGTM ✅
compose.yml Outdated
@ -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:
Owner

I understood that depends_on is ignored?

https://stackoverflow.com/a/69548861

I understood that `depends_on` is ignored? https://stackoverflow.com/a/69548861
Author
Owner

Oh good catch I didn't know that! Removed that part

Oh good catch I didn't know that! Removed that part
decentral1se marked this conversation as resolved
marlon added 1 commit 2025-06-07 19:03:45 +00:00
marlon added 1 commit 2025-06-07 19:04:44 +00:00
marlon merged commit ca0eebcc64 into main 2025-06-07 19:05:11 +00:00
marlon deleted branch deploy-timeout 2025-06-07 19:05:12 +00:00
Sign in to join this conversation.
No description provided.