bigchaindb/docker-compose-monitor.yml

25 lines
405 B
YAML

influxdb:
image: tutum/influxdb
ports:
- "8083:8083"
- "8086:8086"
expose:
- "8090"
- "8099"
environment:
PRE_CREATE_DB: "telegraf"
grafana:
image: bigchaindb/grafana-bigchaindb-docker
tty: true
ports:
- "3000:3000"
links:
- influxdb:localhost
statsd:
image: bigchaindb/docker-telegraf-statsd
ports:
- "8125:8125/udp"
links:
- influxdb:localhost