Skip to content

Instantly share code, notes, and snippets.

@lukaspustina
Created March 31, 2016 15:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lukaspustina/a04f66461c72f8adc92f6283c1c4c6a0 to your computer and use it in GitHub Desktop.
Save lukaspustina/a04f66461c72f8adc92f6283c1c4c6a0 to your computer and use it in GitHub Desktop.
version: '2'
services:
opentsdb:
image: rheinwerk/opentsdb:opentsdb-2.2
ports:
- "4242:4242"
volumes:
- ./vol/data/hbase:/data/hbase
bosun:
image: rheinwerk/bosun:0.5.0-rc2
depends_on:
- opentsdb
ports:
- "8070:8070"
volumes:
- ./vol/etc/bosun:/etc/bosun:ro
- ./vol/var/run/bosun:/var/run/bosun:rw
@lukaspustina
Copy link
Author

Rheinwerk is me / us open sourcing parts of the Infrastructure code, so you can trust it. The Docker Images are automatic build from Rheinwerk repos.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment