Skip to content

Instantly share code, notes, and snippets.

@timfreund
Created June 10, 2016 02:13
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 timfreund/08ec363da0900d20762898c6b3fa8448 to your computer and use it in GitHub Desktop.
Save timfreund/08ec363da0900d20762898c6b3fa8448 to your computer and use it in GitHub Desktop.
elasticsearch:
image: elasticsearch
ports:
- "9200:9200"
- "9300:9300"
grafana:
image: grafana/grafana
environment:
GF_SECURITY_ADMIN_PASSWORD: secret
ports:
- "3000:3000"
links:
- elasticsearch
- influxdb
volumes:
- grafana:/var/lib/grafana
influxdb:
image: influxdb
ports:
- "8083:8083"
- "8086:8086"
volumes:
- influxdb:/var/lib/influxdb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment