diff --git a/hystrix-dashboard.yml b/hystrix-dashboard.yml new file mode 100644 index 00000000..af6b9a43 --- /dev/null +++ b/hystrix-dashboard.yml @@ -0,0 +1,10 @@ +server: + port: 7979 + +--- +spring: + profiles: docker +eureka: + client: + serviceUrl: + defaultZone: http://discovery-server:8761/eureka/ \ No newline at end of file