Skip to content

Commit

Permalink
adds chronograf
Browse files Browse the repository at this point in the history
  • Loading branch information
nii236 committed Jul 1, 2016
1 parent f2be351 commit cfcdbc2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
Binary file modified chronograf.db
Binary file not shown.
18 changes: 12 additions & 6 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,16 +55,22 @@ services:
- "8081:8081"
depends_on:
- nats
telegraf:
build: ./services/telegraf/
depends_on:
- nats
- influx
restart: always
influx:
image: influxdb:0.13-alpine
ports:
- "8083:8083"
- "8086:8086"
depends_on:
- nats
telegraf:
build: ./services/telegraf/
depends_on:
- nats
- influx
restart: always
chronograf:
image: chronograf:0.13
environment:
- CHRONOGRAF_BIND=0.0.0.0:10000
ports:
- "10000:10000"

0 comments on commit cfcdbc2

Please sign in to comment.