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
|
4 years ago | |
---|---|---|
db | 4 years ago | |
web | 4 years ago | |
.gitignore | 4 years ago | |
README.md | 4 years ago | |
docker-compose.yml | 4 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