Docker Compose Generator
Generates Docker Compose files for Elixir projects (database set to postgresql)
Installation
Using npm to install CLI tool:
$ sudo npm install -g npm
$ sudo npm install -g docker-compose-generator-for-elixir-cli
Example
In CLI:
$ dkrcmp --name '<name of db>' --path '<path to Elixir project>'
Why Use Docker Compose Generator?
Everyone's had that problem once. You forget your docker-compose.yml, yet it's hard to find the right configuration for the compose file. This project makes a redundant task so easy and convenient!