Commit 3e6ebcfc by amir

add docker-compose for influxdb and grafana

parent a512b7a6
Showing with 21 additions and 0 deletions
influxdb:
environment:
ADMIN_USER: "root"
INFLUXDB_INIT_PWD: "giptmgr"
PRE_CREATE_DB: mcx_db"
GRAPHITE_DB: "my_db"
GRAPHITE_BINDING: ':2015'
GRAPHITE_PROTOCOL: "tcp"
# GRAPHITE_template: "tag1.tag2.tag3.measurement*"
image: tutum/influxdb
ports:
- "8083:8083"
- "8086:8086"
- "2015:2015"
grafana:
# environment:
image: grafana/grafana
ports:
- "3000:3000"
#user/pass = admin/admin
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment