Fix grafana perms

pull/1/head
Alexandre Iooss 5 years ago
parent 7a11605b01
commit 3233b68cd0
No known key found for this signature in database
GPG Key ID: 6C79278F3FCDCC02

6
.gitignore vendored

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

@ -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

Loading…
Cancel
Save