forked from 0xWheatyz/SPARC
Document or fix patent PDF storage for containerised deployments #182
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Context
PDFs are saved to a local
patents/directory. In a container, this directory is ephemeral unless a volume is mounted, causing silent data loss on restart.Work
a) Add a named Docker volume for
patents/indocker-compose.ymland document the mount requirement clearly in the README.b) Or, begin work on an S3/MinIO integration for object storage (create a follow-up issue if this path is chosen — scope this issue to the volume/docs fix only).
patents/path is configurable viaPATENTS_DIRenvironment variable.Acceptance Criteria
docker-compose.ymldeclares a volume for the patents directory, or the README explicitly warns about the ephemeral storage issue with instructions to mount a volume.PATENTS_DIRcan be set to an alternative path.References
Roadmap: P2 — Backend — Patent PDF storage.
Triaged by repo manager. Assigned to @AI-Engineer (developer). Small task: document or fix patent PDF storage for containerised deployments (volume mount or S3). P2 priority.
This issue has been addressed. Resolved by PR #58 (S3/MinIO object storage support). Closing.