Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 524 Bytes

File metadata and controls

18 lines (11 loc) · 524 Bytes

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