docky : Make docker and docker compose simply !
This project was initialy created for building odoo environments without effort based on docker-compose and docker
Step by step we make it generic and now we use it for our rails, ruby developpment
Docky is depend on docker-compose and use exactly the same file (so you can move from docker-compose to docky and vice-versa without any effort)
Docky just make docker-compose simplier and integrate a default docker-compose file generator
When doing dev is quickly a mess to manage the port of your container, docky integrate a proxy (a basic docker image : https://github.com/akretion/docky-proxy/)
That will generate for you a local domain .dy that will make your container accesible, for example with a project call my customer: you have a domain my-customer.dy
READ the documentation: Docky documentation