Fix grafana perms
This commit is contained in:
parent
7a11605b01
commit
3233b68cd0
2 changed files with 7 additions and 2 deletions
6
.gitignore
vendored
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…
Reference in a new issue