forked from 0xWheatyz/SPARC
Docs: Document patent PDF volume mount requirement and consider object storage path #719
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. In containerised deployments this directory is ephemeral unless a volume is explicitly mounted. This requirement is not documented anywhere visible.What to do
patents/directory must be a persistent volume in production.docker-compose.ymlto include an explicit named volume mount forpatents/.Acceptance Criteria
docker-compose.ymldeclares a named volume for the patents directory.Reference
Roadmap: P2 Backend — Patent PDF storage.
[Repo Manager] Already resolved. docker-compose.yml has patents volume mount. .env.example documents STORAGE_BACKEND with S3 option.
Closing as already implemented in the codebase.