Skip to content

MirajMenon/mern-docker-compose

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MERN Docker Compose Demo

I followed this tutorial to get basic app working.

I then containerized the api server and react client and created docker-compose to connect them.


Run make build from root to build containers Run make run from root to run containers with docker-compose


NOTE: This is a development configuration where the react app is being served by a separate container. We would also want to create a production version where we build a static version of the react site and bundle it with the express server.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 89.0%
  • HTML 8.3%
  • Dockerfile 1.4%
  • Makefile 1.3%