beatlabs/patron

Use docker-compose healthchecks

mantzas opened this issue · 1 comments

Is your feature request related to a problem? Please describe

In order to have our docker-compose files return only when all things have started, it would be nice to introduce healthchecks. This way starting up the environment will return only if all containers have started succesfully.

Describe the solution

Introduce healthchecks in our docker-compose files and remove any sleeps that have been introduced.