Tutorial on how to get nodejs up and running with mysql and docker-compose.
-
Go to docker-compose-start branch to start the tutorial
-
Go to docker-compose-final branch to see the finished product. Ignore all the Handlebars crap. We are focused on
Dockerfiles
,docker-compose.yml
, and a bit ofapp.js
because of how a MySQL container is instantiated.