forked from 0xWheatyz/SPARC
Document patent PDF volume mount requirement and evaluate object storage path #693
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 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
patents/volume mount requirementdocker-compose.ymlto define a named volume forpatents/so data persists across container recreationsTODO): outline the steps needed to swap the local path for S3/MinIO object storage, so a future implementer has a clear starting pointAcceptance criteria
docker-compose.ymlmounts a named volume at thepatents/pathClosing 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).