You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
@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!
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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
The text was updated successfully, but these errors were encountered: