mlh-hackathon-nodejs-starter icon indicating copy to clipboard operation
mlh-hackathon-nodejs-starter copied to clipboard

Add a docker-compose configuration to quickly deploy an environment for development

Open antoine-amara opened this issue 5 years ago • 2 comments

A good solution to quickly deploy an environment for development or hackathon is to use Docker containers.

Why not use the docker compose tools to deploy multi containers with the Nodejs app and a Postgres database here? Moreover, we can add a Makefile to help Docker newbie to run the environment, we can be inspired by this: https://gazr.io

antoine-amara avatar Apr 05 '19 07:04 antoine-amara

@antoine-amara this is a great idea. I would also look at https://buildpacks.io/. If you have any experience with docker compose, you are more than welcome to crack at it and open a PR. Thanks!

nlaz avatar Apr 05 '19 13:04 nlaz

Sure, I'm on it ! I will push a PR soon :)

antoine-amara avatar Apr 08 '19 08:04 antoine-amara