3 Commits
Author SHA1 Message Date
ddadmin afdfc98eef fix(infra): harden grafana permissions and document recovery
- Why:
  - students hit permission denied after pull and grafana restart-loop with readonly db
- What:
  - run grafana as default non-root user
  - mount provisioning directory as read-only
  - add troubleshooting for git permission issues and grafana volume reset
  - normalize file modes for data jsonl and docs/DE-task.md to 100644
- Check:
  - docker compose config
  - docker compose up -d grafana
  - curl -u admin:admin http://localhost:3000/api/health
2026-02-08 21:38:23 +03:00
ddadmin de9d0429a2 fix(data): update dataset permissions for execution
Adjusting file modes on jsonl and markdown files to allow
execution within the ETL pipeline.
2026-02-07 21:36:55 +03:00
ddadmin 06730fdf19 Исходные данные 2026-02-04 20:14:02 +03:00