Skip to content
This repository has been archived by the owner. It is now read-only.

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

Open
antoine-amara opened this issue Apr 5, 2019 · 2 comments

Comments

@antoine-amara
Copy link

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

@nlaz
Copy link
Contributor

nlaz commented Apr 5, 2019

@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!

@antoine-amara
Copy link
Author

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

antoine-amara added a commit to antoine-amara/mlh-hackathon-nodejs-starter that referenced this issue Apr 12, 2019
create a Makefile inspired by gazr normalization to be able to easily
deploy and manage the docker environment.
this config let you launch basic docker-compose command to run and
manage the services inside containers.
add a section to the USER_GUIDE to explain how to use the Makefile
commands to run your environment.

Fixes: MLH#3
Refs: https://gazr.io/
antoine-amara added a commit to antoine-amara/mlh-hackathon-nodejs-starter that referenced this issue Apr 12, 2019
create a Makefile inspired by gazr normalization to be able to easily
deploy and manage the docker environment.
this config let you launch basic docker-compose command to run and
manage the services inside containers.
add a section to the USER_GUIDE to explain how to use the Makefile
commands to run your environment.

Fixes: MLH#3
Refs: https://gazr.io/
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants