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