Skip to content

TimDAnderson/DockerDeployment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DockerDeployment

Hello, I created this repo to teach myself docker deployment.

A docker-compose file creates two containers. One is a mysql service based on a mysql:5.7 image, it is connected to a named volume for data persistence. The second service is an ExpressJS app with port 3000 exposed to outside environment.

After creating the containers the db is seeded with a lot of fake data. Loading table schemas and seeding was an interesting challenge because it requires tunneling into the docker environment.

Finally, requests can be made to the server through the exposed port 3000.

If you find this repo useful please give it a star / like.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published