Skip to content

tpenakov/otaibe-nginx-with-eureka-demo-eureka-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

otaibe-nginx-with-eureka-demo-eureka-server

Demo project serving to show how to use NGINX with eureka

Build

From the project dir run the following commands:

mvn clean package
docker build -f src/main/docker/Dockerfile.jvm -t triphon/otaibe-nginx-with-eureka-demo-eureka-server .

Run

From the project dir run the following command:

docker run -i --rm -p 24455:24455 triphon/otaibe-nginx-with-eureka-demo-eureka-server

About

Demo project serving to show how to use NGINX with eureka

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages