Exit docker compose only when a specific container is finished
I have a docker compose setup that I use for running tests on a component. I start the necessary background services (ie. DB) and run the tests. As I am running this in an Azure CI/CD pipeline, I use the…