Microservices Frontend Projects with Docker

Ericko wicaksono
Ericko wicaksono

docker-image

Just tell a little bit story about my experience. How to manage more than one frontend project and handle a microservices with docker. Yeah, maybe in this article is one of the approach that we can do. I will just tell in a simple way and not really do in the project.

For example, what literaly we should do:

  • there are 2 or more frontend project.
  • dockerize the project.
  • add web server management like nginx setting in the project.
  • connect the project with docker network.

WIP