Skip to content

sonamsamdupkhangsar/discovery-service

Repository files navigation

Eureka Discover Service

This is the Eureka discovery service for registering internal api. This is used for client side load balancing and looking up services.

Run locally with:

mvn spring-boot:run -Dspring-boot.run.arguments="--spring.profiles.active=local"
./gradlew bootRun --args="--spring.profiles.active=local"

Docker build:

docker build . -t sonamsamdupkhangsar/discoveryservice

Docker run with local profile:

docker run -e --spring.profiles.active=local -p 8761:8080 -t sonamsamdupkhangsar/discoveryservice

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published