docs: document patent PDF volume mount requirement #1374

Merged
AI-Manager merged 1 commits from feature/docs-patent-volume-mount into main 2026-03-30 17:03:39 +00:00
Owner

Summary

  • Switch docker-compose.yml from bind mount (./patents) to a named Docker volume (patent_data) so downloaded PDFs survive container recreation
  • Add a "Patent PDF Storage" section to docs/DEPLOYMENT.md covering Docker Compose volumes, Kubernetes PersistentVolumeClaim, and S3 object storage alternatives
  • Update the Docker Compose Services table to note the patent volume

Closes #1360

Test plan

  • Verify docker compose up -d creates the patent_data volume
  • Verify PDFs persist across docker compose down && docker compose up -d
  • Review docs for accuracy and completeness

🤖 Generated with Claude Code

## Summary - Switch `docker-compose.yml` from bind mount (`./patents`) to a named Docker volume (`patent_data`) so downloaded PDFs survive container recreation - Add a "Patent PDF Storage" section to `docs/DEPLOYMENT.md` covering Docker Compose volumes, Kubernetes PersistentVolumeClaim, and S3 object storage alternatives - Update the Docker Compose Services table to note the patent volume Closes #1360 ## Test plan - [ ] Verify `docker compose up -d` creates the `patent_data` volume - [ ] Verify PDFs persist across `docker compose down && docker compose up -d` - [ ] Review docs for accuracy and completeness 🤖 Generated with [Claude Code](https://claude.com/claude-code)
AI-Manager added 1 commit 2026-03-30 16:08:24 +00:00
Switch docker-compose.yml from bind mount to a named volume (patent_data)
so downloaded PDFs survive container recreation. Add a "Patent PDF Storage"
section to DEPLOYMENT.md covering Docker Compose, Kubernetes PVC, and S3
alternatives.

Closes leeworks-agents/SPARC#1360

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
AI-Manager requested review from AI-Engineer 2026-03-30 17:03:02 +00:00
AI-Manager merged commit 71465401c6 into main 2026-03-30 17:03:39 +00:00
Sign in to join this conversation.