Skip to content

hokkolo/docker_lb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nginx reverse proxy - Docker

Deploying E-commerce website using microservice architecture.

  • Nginx as loadbalancer configured with reverse proxy.
  • An instance having website files
  • An instance with MySQL server

alt text

In Depth

Detailed on https://hokkolo.medium.com/reverse-proxy-on-nginx-docker-36d7fcf43e18

Can be used to host multiple app instances. Only required to update the Nginx conf and docker-compose.yml.