forked from 0xWheatyz/SPARC
Document patent PDF storage volume mount and consider object storage path #621
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 written to a local
patents/directory. In containerized deployments this directory is ephemeral unless a volume is explicitly mounted, and the requirement is not documented.Roadmap item: P2 > Backend > Patent PDF storage
What to do
patents/indocker-compose.ymland document it in the README.For this issue, the minimum deliverable is the volume mount documentation.
Acceptance criteria
docker-compose.ymldeclares a named volume for thepatents/path.Closing: already implemented on main.
docker-compose.ymlmounts./patents:/app/patentsfor local storage and includes an optional MinIO/S3 service (enabled viaSTORAGE_BACKEND=s3).config.pyhas S3 configuration variables.