forked from 0xWheatyz/SPARC
Document patent PDF volume mount requirement and evaluate object storage (S3/MinIO) #1078
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
Roadmap reference: P2 / Backend - patent PDF storage
PDFs are saved to a local
patents/directory. In a containerised deployment this directory is ephemeral unless a volume is explicitly mounted, causing data loss on container restart. There is also no documentation of this requirement.What to do
READMEanddocker-compose.ymlthatpatents/must be mapped to a persistent volume. Add the volume definition todocker-compose.yml.Acceptance criteria
docker-compose.ymldefines a named volume forpatents/.READMEexplains the volume requirement and data persistence implications.docker-compose.ymlnotes the S3/MinIO option as a future path.Resolved by PR #31 (commit
3dac88e) which documented patent PDF storage requirements, and PR #58 which added S3/MinIO object storage support. Closing as complete.