Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions hystrix-dashboard/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
FROM java:8
MAINTAINER mlabouardy <[email protected]>

COPY . /

EXPOSE 8080
CMD ["java","-jar","/hystrix-dashboard.jar"]
11 changes: 11 additions & 0 deletions hystrix-dashboard/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Introduction
============

The Hystrix Dashboard displays the health of each circuit breaker.

Running
=====

------

`docker run -d -p 8080:8080 --name hystrix-dashboard mlabouardy/hystrix-dashboard:latest`
2 changes: 2 additions & 0 deletions hystrix-dashboard/application.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
server:
port: 8080
Binary file added hystrix-dashboard/hystrix-dashboard.jar
Binary file not shown.