Improve doc/UI for the health check feature #1836
isoppp
started this conversation in
Feature Requests
Replies: 1 comment 1 reply
-
@isoppp do you mind sharing a bit more about how exactly you managed to achieve zero-downtime deployments? I'm looking into it myself right now and your experience might help me out a bit. Cheers. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Thank you for the great product!
I have been trying coolify but encounted an issue that I could not achieve zero-downtime deployments using Dockerfile which has some scripts before running the server.
After investigation, it seems like the feature is not implemented yet, as expected from UI (read this function).
However, the code seems to check docker instance's healthiness. So I modified Dockerfile to utilize HEALTHCHECK and successfully achieved zero-downtime deployments.
So it would be good to improve documentation or hide unused UI to prevent misunderstanding.
Sorry if it's not appropriate place for the doc improvement or I misunderstood the code.
Beta Was this translation helpful? Give feedback.
All reactions