docker images now come from bigchaindb dockerhub account

This commit is contained in:
ryan 2016-02-29 14:01:43 +01:00
parent 4a0a92645d
commit ffdd7cad61

View File

@ -10,7 +10,7 @@ influxdb:
PRE_CREATE_DB: "telegraf" PRE_CREATE_DB: "telegraf"
grafana: grafana:
image: rhsimplex/grafana-bigchaindb-docker image: bigchaindb/grafana-bigchaindb-docker
tty: true tty: true
ports: ports:
- "3000:3000" - "3000:3000"
@ -18,7 +18,7 @@ grafana:
- influxdb:localhost - influxdb:localhost
statsd: statsd:
image: rhsimplex/docker-telegraf-statsd image: bigchaindb/docker-telegraf-statsd
ports: ports:
- "8125:8125/udp" - "8125:8125/udp"
links: links: