Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 329 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 329 Bytes

Runnng identitical node microservice with nginx loadbalancer

  1. git clone [email protected]:bhandariprakash/dockerize-elasticsearch.git
  2. go to project folder.
  3. Create node app image docker build -t node-app .
  4. Run docker-compose up command
  5. Open http://localhost:8080/ in browser. This will open app in browser.