Skip to content

Bergamott/quick_mic_docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

quick_mic_docker

Docker files and data for setting up a Node.js application that communicates with a MySQL database.

To build Docker images, run inside of Node_js folder:

docker build . -t node

Run inside of Mysql folder:

docker build . -t mysql

Then start both containers from this directory with:

docker-compose up

The application is accessible from localhost:8080

About

Files for setting up Docker images for Node.js and MySQL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors