Skip to content

This is a basic MERN stack setup with docker-compose

Notifications You must be signed in to change notification settings

DTan13/MERN-Docker-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a basic MERN stack setup with docker-compose


Starting the App


    git clone https://github.com/DTan13/MERN-Docker-boilerplate.git

    cd MERN-Docker-boilerplate
  • Starting development environment

    docker-compose up --remove-orphans --build

to stop docker-compose up use Ctrl + c

  • Stoping development environment

    docker-compose down -v

docker-compose down stops containers and removes containers, networks, volumes, and images created by docker-compose up.



Demo

asciicast

Contributing

Reporting Errors


Open a new Issue

Please include the following with each issue:

  • Your operating system

  • Your version of Docker

  • Reproducible steps (1, 2, 3) that cause the issue

  • What you expected to see, versus what you actually saw


Contributing Fixes

  • Fork the repository

  • Make changes to fix the Issue

  • Test your changes

  • Create a Pull Request



Made with 🖤 by DTan13



About

This is a basic MERN stack setup with docker-compose

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published