From a037e7f0423b26783bd7bd176195cdbdcad52e6a Mon Sep 17 00:00:00 2001 From: ryan Date: Thu, 18 Feb 2016 09:39:42 +0100 Subject: [PATCH] reorganize yml --- docker-compose.yml | 28 +--------------------------- 1 file changed, 1 insertion(+), 27 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index a529028c..646fc946 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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 \ No newline at end of file + command: bigchaindb start \ No newline at end of file