EZCompose is a docker-compose.yml builder. Define your images, networks, volumes, ports and more, easily. In this video (Spanish), you can see how EZCompose works.
In each release, you have an executable file to run EZCompose under Linux or macOS.
$ ./ezcompose
If you're a Windows user, you need to download the source code and run it in the following way.
$ python3 ezcompose.py
If you don't have installed Python, you can download it from here.
Since the v0.1.5, EZCompose can be run from a Docker Container; you only need to run...
$ docker run -it hectorivand/ezcompose:v0.1.8
If you like this project and you want to contribute, you're very welcome to do it, just fork it and make a pull request when you're ready. Here, you can see the To Do list and here the Issues.