Skip to content

InclinedScorpio/docker-multiple-container-with-gateway

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-multiple-containers-with-nginx-gateway

Project Details

  • Client contains the frontend part(React) - (Dockerfile included)
  • Server contains the backend part (Node) - (Dockerfile included)
  • Worker is the one which calculates the fibonacci series
  • nginx is the gateway server with default config setup
  • docker-compose.yml will bootstrap all the containers, create volume, environment variables.

Pre-requisite to run app

***Docker***

To Start Project

  • docker-compose up --build