mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
25 lines
405 B
YAML
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 |