Skip to content

Instantly share code, notes, and snippets.

@nacyot
Created August 2, 2014 00:07
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nacyot/f0dc7d9e05238ffd0f2f to your computer and use it in GitHub Desktop.
Save nacyot/f0dc7d9e05238ffd0f2f to your computer and use it in GitHub Desktop.
whisper:
image: nacyot/whisper
carboncache:
image: nacyot/carbon-cache
ports:
- "2003:2003"
- "2004:2004"
- "7002:7002"
volumes_from:
- whisper
environment:
- NOME_NAME=cache
graphiteweb:
image: nacyot/graphite-web
ports:
- "8000:80"
environment:
- CARBONLINK_HOSTS=172.17.42.1:7002
volumes_from:
- whisper
elasticsearch:
image: dockerfile/elasticsearch
ports:
- "9200:9200"
- "9300:9300"
grafana:
image: nacyot/grafana
ports:
- "8001:8000"
kibana:
image: nacyot/kibana
ports:
- "8002:8002"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment