-
Notifications
You must be signed in to change notification settings - Fork 315
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Readiness Probes with Docker Compose #6037
Comments
are you aware of compose's built-in healthcheck? https://docs.docker.com/compose/compose-file/#healthcheck i don't think we currently display this in the tilt UI, but if we did, we'd probably have tilt hook into that (rather than have people specify it in the tiltfile) |
@nicks Yep that makes sense to me! I wasn't sure if this was currently displayed in the UI. |
Any plans to show it in the UI? I'd be interested too |
Having this would be a great addition. Today in the setup based on docker compose we can get 🟢 all green and ready on Tilt dashboard whereas the service may be crashing miserably on run-time. |
fixes #6413 fixes #6037 Signed-off-by: Nick Santos <[email protected]>
Describe the Feature You Want
I am curious if Docker Compose can support some form of a readiness probe, either from the Docker HEALTHCHECK or a the probe you have defined.
Current Behavior
I don't believe currently there is a probe for docker compose.
Why Do You Want This?
I am trying to see if my HTTP server is up, and it would be great in the GUI if there was a way to show that.
The text was updated successfully, but these errors were encountered: