mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
reorganize yml
This commit is contained in:
parent
f32425d6ff
commit
a037e7f042
@ -24,33 +24,7 @@ bigchaindb:
|
||||
- ~/.bigchaindb_docker:/root/.bigchaindb_docker
|
||||
links:
|
||||
- rethinkdb
|
||||
- statsd:localhost
|
||||
environment:
|
||||
BIGCHAIN_DATABASE_HOST: rethinkdb
|
||||
BIGCHAINDB_CONFIG_PATH: /root/.bigchaindb_docker/config
|
||||
command: bigchaindb start
|
||||
|
||||
influxdb:
|
||||
image: tutum/influxdb
|
||||
ports:
|
||||
- "8083:8083"
|
||||
- "8086:8086"
|
||||
expose:
|
||||
- "8090"
|
||||
- "8099"
|
||||
environment:
|
||||
PRE_CREATE_DB: "telegraf"
|
||||
|
||||
grafana:
|
||||
build: ~/grafana-bigchaindb-docker
|
||||
ports:
|
||||
- "3000:3000"
|
||||
links:
|
||||
- influxdb:localhost
|
||||
|
||||
statsd:
|
||||
image: rhsimplex/docker-telegraf-statsd
|
||||
ports:
|
||||
- "8125:8125/udp"
|
||||
links:
|
||||
- influxdb:localhost
|
Loading…
x
Reference in New Issue
Block a user