forked from 0xWheatyz/SPARC
Document patent PDF storage volume mount requirement and evaluate object storage #1432
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?
Summary
PDFs are saved to a local
patents/directory inside the container. This is undocumented and data is lost on container restart unless a volume is mounted.What to do
patents/directory.docker-compose.ymlto include an explicit named volume forpatents/.Acceptance criteria
docker-compose.ymlmounts a named volume at the patents path.References
Roadmap: P2 Backend -- patent PDF storage.
Already implemented. The patent PDF volume mount is documented (merged in PR #1374). Additionally, S3/MinIO object storage support is implemented in
SPARC/storage.pywith a pluggable backend (STORAGE_BACKEND=s3), anddocker-compose.ymlincludes an optional MinIO service under thes3profile.Closing as completed.