athena-oss / athena

An automation platform with a plugin architecture that allows you to easily create and share services.
https://athena-oss.github.io/athena/
Apache License 2.0
92 stars 25 forks source link

Docker Compose Support #10

Open newcron opened 8 years ago

newcron commented 8 years ago

It would be great if athena would provide first–class docker-compose support to allow for a better startup of more complex environment (e.g. in an integration test, when mySQL and ElasticSearch is necessary), docker compose is really helpful for that.

Additionally, it would be great to specify a list of await commands that are executed until the exit with code 0 (e.g. a curl request that checks if elastic search has booted yet).