Healthcheck command for docker-compose

Can somebody gives me an example of docker healcheck config for docker compose,
to start other services like operate and workers only when zeebe is up and ready ?

Thanks in advance !

1 Like

On the Zeebe side, I just said to myself RTFM… :wink:

On the docker-compose side, the healthcheck parameter just change the health status of the service.
To choose the start order of the services, I should have read this:

Hope it helps…

1 Like

Can you mark it as the solution?

1 Like

@vtexier
can u provide ur solution?