This little helper project helps to create a static reverse proxy specialized to spring boot microservices generated by JHipster
$ docker run --rm -it -e GATEWAY=MyGateway:8080 xetys/jhipster-proxy MyFooService:8081 MyBarService:8082
proxy:
image: jhipster-proxy
command: 'MyFooService:8081 MyBarService:8082'
environment:
- 'GATEWAY=MyGateway-app:8080'
ports:
- 8080:80