Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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