Created
August 28, 2017 21:18
-
-
Save mphuie/c22b2ad4b7f79744716c9fddf4e52b56 to your computer and use it in GitHub Desktop.
Riemann and Riemann dashboard docker compose file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: "2" | |
services: | |
riemann: | |
image: rlister/riemann | |
ports: | |
- "5555:5555" | |
- "5555:5555/udp" | |
- "5556:5556" | |
volumes: | |
- /root/riemann.config:/app/etc/riemann.config | |
riemann-dash: | |
image: davidkelley/riemann-dash | |
ports: | |
- "4567:4567" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment