Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 617 Bytes

File metadata and controls

27 lines (19 loc) · 617 Bytes

Sample for running behind a reverse proxy.

Proxy is running at localhost:8888 and different paths lead to different applications:

img.png

Prerequisites

  • Java
  • Maven
  • Docker and Docker Compose

Run Everything

You can run the whole build and start all apps in docker containers with the following script

chmod u+x buildAndRunAll.sh
./buildAndRunAll.sh

Stop Everything

docker-compose down -v