Skip to content

Instantly share code, notes, and snippets.

@mphuie
Created August 28, 2017 21:18
Show Gist options
  • Save mphuie/c22b2ad4b7f79744716c9fddf4e52b56 to your computer and use it in GitHub Desktop.
Save mphuie/c22b2ad4b7f79744716c9fddf4e52b56 to your computer and use it in GitHub Desktop.
Riemann and Riemann dashboard docker compose file
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