Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 321 Bytes

File metadata and controls

18 lines (12 loc) · 321 Bytes

easyTradeFrontendReverseProxy

Nginx reverse proxy. It is used for two things:

  • routing traffic for React frontend on kubernetes
  • expose services in kubernetes

Technologies used

  • Docker
  • Nginx

Local build instructions

docker build -t IMAGE_NAME .
docker run -d --name SERVICE_NAME IMAGE_NAME