Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 373 Bytes

File metadata and controls

13 lines (8 loc) · 373 Bytes

reverse-proxy-docker-compose-express

A simple example of using http-proxy-middlware to serve a reverse proxy that routes to multiple express applications as containers via docker-compose

Getting Started

Build images and run containers:

docker-compose build && docker-compose up

Then navigate to: http://localhost:3000