Skip to content

Commit

Permalink
update grafana
Browse files Browse the repository at this point in the history
  • Loading branch information
vimagick committed Jan 27, 2018
1 parent 58b3b5b commit 8c9d7e3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions grafana/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ grafana:
- [email protected]
- [email protected]
- GF_SMTP_PASSWORD=******
- GF_USERS_ALLOW_SIGN_UP=false
restart: always
```
Expand Down
1 change: 1 addition & 0 deletions grafana/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ grafana:
- [email protected]
- [email protected]
- GF_SMTP_PASSWORD=******
- GF_USERS_ALLOW_SIGN_UP=false
restart: always
1 change: 1 addition & 0 deletions graphite/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ $ docker-compose up -d
$ docker-compose exec graphite sh
>>> vi conf/storage-schemas.conf
>>> python webapp/manage.py migrate --run-syncdb --noinput
>>> python webapp/manage.py createsuperuser
>>> exit
$ tree -F -L 4
├── data/
Expand Down

0 comments on commit 8c9d7e3

Please sign in to comment.