Description
docker compose up supports --wait option to detach after the services pass any health checks. Looking at the code, it appears this is a functionality of the start API, but this is not exposed on the CLI. Having this available as an option on docker compose start would improve the lifecycle flexibility.