Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
ipgallery
/
devops
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Registry
Issues
0
Merge Requests
0
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
3e6ebcfc
authored
Jun 05, 2016
by
amir
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
add docker-compose for influxdb and grafana
parent
a512b7a6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
0 deletions
docker/composers/influx-grafana.yml
docker/composers/influx-grafana.yml
0 → 100644
View file @
3e6ebcfc
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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment