Skip to content

Commit 8c9d7e3

Browse files
committed
update grafana
1 parent 58b3b5b commit 8c9d7e3

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

grafana/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ grafana:
2424
2525
2626
- GF_SMTP_PASSWORD=******
27+
- GF_USERS_ALLOW_SIGN_UP=false
2728
restart: always
2829
```
2930

grafana/docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@ grafana:
1313
1414
1515
- GF_SMTP_PASSWORD=******
16+
- GF_USERS_ALLOW_SIGN_UP=false
1617
restart: always

graphite/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ $ docker-compose up -d
3333
$ docker-compose exec graphite sh
3434
>>> vi conf/storage-schemas.conf
3535
>>> python webapp/manage.py migrate --run-syncdb --noinput
36+
>>> python webapp/manage.py createsuperuser
3637
>>> exit
3738
$ tree -F -L 4
3839
├── data/

0 commit comments

Comments
 (0)