diff --git a/.gitignore b/.gitignore index 74fe07e..ac75d4a 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,7 @@ +# data data_* + +# secrets +./codimd/resources/config.json +./grafana/ldap.toml + diff --git a/grafana/docker-compose.yml b/grafana/docker-compose.yml index b01db8d..065859d 100644 --- a/grafana/docker-compose.yml +++ b/grafana/docker-compose.yml @@ -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