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
48a648c8
authored
Oct 31, 2017
by
amir
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
grafana chnges
parent
82a58b60
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
1 deletions
docker/composers/influx-grafana.yml
docker/composers/influx-grafana.yml
View file @
48a648c8
...
...
@@ -28,7 +28,12 @@ services:
-
backend
grafana
:
environment
:
GF_INSTALL_PLUGINS
:
"
grafana-piechart-panel,grafana-worldmap-panel,briangann-gauge-panel"
GF_INSTALL_PLUGINS
:
"
grafana-piechart-panel,briangann-gauge-panel"
GF_AUTH_ANONYMOUS_ENABLED
:
'
true'
# GF_AUTH_ANONYMOUS_ORG_NAME: 'Main Org'
GF_AUTH_ANONYMOUS_ORG_ROLE
:
'
Anonymous'
GF_SERVER_DOMAIN
:
'
ipgallery-mcz.com'
GF_SERVER_ROOT_URL
:
'
%(protocol)s://%(domain)s:/grafana'
HTTP_USER
:
"
root"
HTTP_PASS
:
"
giptmgrr"
INFLUXDB_PROTO
:
http
...
...
@@ -48,6 +53,18 @@ services:
#user/pass = admin/admin
networks
:
-
backend
# chronograf:
# environment:
# influxdb-url: "http://influxdb:8086"
# image: chronograf
# ports:
# - 8888:8888
# depends_on:
# - influxdb
# volumes:
# - /opt/data/chronograf:/var/lib/chronograf
# networks:
# - backend
networks
:
backend
:
driver
:
bridge
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