Skip to content

A paper publishing web application (Docker-Compose binding 3 Microservices)

Notifications You must be signed in to change notification settings

JatinTripathi/paper-publish

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 

Repository files navigation

Paper Publish (Docker-Compose Binding)

A paper publishing web application constituting a self-explanatory Docker-Compose file.

Just clone this repository, cd into it and clone API Gateway, Editor Service and Search Service repositories in it.

Start Docker engine and type docker-compose up in terminal This will build all the microservice images using there Dockerfile, and will download all the required official images from dockerhub.

There will be six containers, The first one will be API Gateway node.js container and its exposed port will be mapped on to the host's port no 8080 and this container will be linked to three containers:

  • Mongodb container
  • Search Service Container
  • Editor Service Container

Then, Search service container will be linked to,

  • Mongodb Container
  • Search Service Container

And, Editor Service Container will be linked to,

  • Elasticsearch Container

About

A paper publishing web application (Docker-Compose binding 3 Microservices)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published