buildkite-plugins / docker-compose-buildkite-plugin

🐳⚡️ Run build scripts, and build + push images, w/ Docker Compose
MIT License
172 stars 139 forks source link

`--wait` when calling `up` #360

Closed toote closed 1 year ago

toote commented 1 year ago

Adds a simple option to use --wait when starting up dependencies.

Based off #355