1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-25 02:04:06 +02:00

update grafana

This commit is contained in:
kev 2018-01-27 15:24:28 +08:00
parent 58b3b5bcf0
commit 0004bf1fff
3 changed files with 4 additions and 0 deletions

View File

@ -24,6 +24,7 @@ grafana:
- GF_SMTP_USER=grafana@example.com
- GF_SMTP_FROM_ADDRESS=grafana@example.com
- GF_SMTP_PASSWORD=******
- GF_USERS_ALLOW_SIGN_UP=false
restart: always
```

View File

@ -13,4 +13,5 @@ grafana:
- GF_SMTP_USER=grafana@example.com
- GF_SMTP_FROM_ADDRESS=grafana@example.com
- GF_SMTP_PASSWORD=******
- GF_USERS_ALLOW_SIGN_UP=false
restart: always

View File

@ -33,6 +33,8 @@ $ 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
>>> python webapp/manage.py changepassword
>>> exit
$ tree -F -L 4
├── data/