Skip to content
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

Closed
saulshanabrook opened this issue Feb 2, 2023 · 4 comments · Fixed by #6419
Closed

Readiness Probes with Docker Compose #6037

saulshanabrook opened this issue Feb 2, 2023 · 4 comments · Fixed by #6419
Labels
enhancement New feature or request

Comments

@saulshanabrook
Copy link

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.

@saulshanabrook saulshanabrook added the enhancement New feature or request label Feb 2, 2023
@nicks
Copy link
Member

nicks commented Feb 3, 2023

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)

@saulshanabrook
Copy link
Author

@nicks Yep that makes sense to me! I wasn't sure if this was currently displayed in the UI.

@apaniel
Copy link

apaniel commented Jan 17, 2024

Any plans to show it in the UI? I'd be interested too

@remi00
Copy link

remi00 commented Jul 19, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants