Fix grafana perms

This commit is contained in:
Alexandre Iooss 2019-07-22 17:10:16 +02:00
parent 7a11605b01
commit 3233b68cd0
No known key found for this signature in database
GPG key ID: 6C79278F3FCDCC02
2 changed files with 7 additions and 2 deletions

6
.gitignore vendored
View file

@ -1 +1,7 @@
# data
data_*
# secrets
./codimd/resources/config.json
./grafana/ldap.toml

View file

@ -6,7 +6,7 @@ services:
environment:
- GF_SERVER_ROOT_URL=https://grafana.auro.re
- GF_SESSION_COOKIE_SECURE=true
- GF_ANALYTICS_REPORTING_ENABLE=false
- GF_ANALYTICS_REPORTING_ENABLED=false
- GF_SNAPSHOTS_EXTERNAL_ENABLED=false
- GF_USERS_ALLOW_SIGN_UP=false
- GF_USERS_ALLOW_ORG_CREATE=false
@ -21,6 +21,5 @@ services:
- ./ldap.toml:/etc/grafana/ldap.toml:ro
ports:
- 8082:3000
user: "104"
restart: always