Use `libcompose` to manage and run docker executor builds
Currently we have a lot of our commands to create all services, and everything that is needed.
We should possibly migrate to: https://github.com/docker/libcompose to basically generate docker-compose.yml
from the build configuration.