Skip to content

Commit

Permalink
Allow anonymous read-only Viewers for Grafana
Browse files Browse the repository at this point in the history
  • Loading branch information
justb4 committed Jun 11, 2018
1 parent 06876c2 commit 246f01b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion services/grafana/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,11 @@ services:
container_name: grafana

environment:
- SE_INFLUX_URL=http://influxdb:8086
- GF_SERVER_ROOT_URL=%(protocol)s://%(domain)s:%(http_port)s/grafana
- GF_AUTH_ANONYMOUS_ENABLED=true
# - GF_AUTH_ANONYMOUS_ENABLED_ORG_NAME=Main Org.
# - GF_AUTH_ANONYMOUS_ENABLED_ORG_ROLE=Viewer
- SE_INFLUX_URL=http://influxdb:8086

env_file:
# for other config vars (see Docker def README)
Expand Down

0 comments on commit 246f01b

Please sign in to comment.