You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Shubham Verma 63ca0704c0
added medium link
3 years ago
db initial commit 3 years ago
web initial commit 3 years ago
.gitignore initial commit 3 years ago
README.md added medium link 3 years ago
docker-compose.yml initial commit 3 years ago

README.md

nodejsmysqldockercompose

A sample example of nodejs(dockerized container) and mysql(dockerized container).

Checkout the medium article here

Run

docker-compose up

This will start 2 dockerized container mysql and nodejs.

nodejs container will connect to mysql running inside the container.

The app will be running on http://localhost:5000