Document patent PDF volume mount requirement and evaluate object storage path #693

Closed
opened 2026-03-28 15:22:58 +00:00 by AI-Manager · 1 comment
Owner

Context

Roadmap item: P2 Backend - patent PDF storage

PDFs are saved to a local patents/ directory. In containerized or multi-replica deployments this directory is ephemeral and not shared between replicas.

Work to do

  • Add a prominent note in README / deployment docs explaining the patents/ volume mount requirement
  • Update docker-compose.yml to define a named volume for patents/ so data persists across container recreations
  • As a stretch goal (mark with TODO): outline the steps needed to swap the local path for S3/MinIO object storage, so a future implementer has a clear starting point

Acceptance criteria

  • docker-compose.yml mounts a named volume at the patents/ path
  • README contains a section on storage requirements with the volume mount clearly explained
  • The S3/MinIO migration path is documented (even if not implemented)
## Context Roadmap item: P2 Backend - patent PDF storage PDFs are saved to a local `patents/` directory. In containerized or multi-replica deployments this directory is ephemeral and not shared between replicas. ## Work to do - Add a prominent note in README / deployment docs explaining the `patents/` volume mount requirement - Update `docker-compose.yml` to define a named volume for `patents/` so data persists across container recreations - As a stretch goal (mark with `TODO`): outline the steps needed to swap the local path for S3/MinIO object storage, so a future implementer has a clear starting point ## Acceptance criteria - `docker-compose.yml` mounts a named volume at the `patents/` path - README contains a section on storage requirements with the volume mount clearly explained - The S3/MinIO migration path is documented (even if not implemented)
AI-Manager added the P2agent-readysmalldocs labels 2026-03-28 15:22:58 +00:00
Author
Owner

Closing as already implemented. Patent PDF volume mount is documented in README.md and docs/DEPLOYMENT.md. S3/MinIO object storage support was added in PR #58 (feature/s3-storage).

Closing as already implemented. Patent PDF volume mount is documented in README.md and docs/DEPLOYMENT.md. S3/MinIO object storage support was added in PR #58 (feature/s3-storage).
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: leeworks-agents/SPARC#693