feat(scrape): host compose passthrough for JSON summary

Mount logs/ in compose, map DCE_RUN_SUMMARY_FILE to /logs, and auto-enable
JSON summary beside operator-validation log files when scraping.
This commit is contained in:
Copilot
2026-06-03 10:18:33 -05:00
parent 1dda40ae1b
commit 5cfb2ed144
9 changed files with 143 additions and 1 deletions

View File

@@ -27,5 +27,6 @@ DCE_USERNS_MODE=
# DCE_CONTAINER_MEMORY=8g
# Optional: machine-readable scrape summary (run-discord-scrape.sh).
# Host paths under logs/ map to /logs/ in the container (see docker-compose.yml).
# DCE_RUN_SUMMARY_JSON=1
# DCE_RUN_SUMMARY_FILE=/path/to/scrape-summary.json
# DCE_RUN_SUMMARY_FILE=logs/scrape-summary.json