forked from 0xWheatyz/SPARC
Backend: document volume mount requirement for patents/ PDF storage directory #526
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 deployments this directory is ephemeral unless a volume is mounted, causing silent data loss.Task
patents/indocker-compose.ymlpatents/directory is not writableAcceptance Criteria
docker-compose.ymldeclares a volume for thepatents/directoryVerified complete:
README.mddocuments thepatents/volume mount requirement with Docker Compose example and deployment guidance.docker-compose.ymlhas./patents:/app/patentsbind mount. Closing as implemented.