forked from 0xWheatyz/SPARC
Docs: Document patent PDF volume mount requirement for containerized deployments #1480
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 saved to a local
patents/directory inside the container. For containerized deployments this directory is ephemeral and will be wiped on container restart, silently losing data. The volume mount requirement is not documented.What to do
docs/deployment.md) clearly explaining thatpatents/must be backed by a persistent volume or object storagedocker-compose.ymlto include a named volume forpatents/so the default local setup persists data across restartsAcceptance criteria
docker-compose.ymlmountspatents/to a named volumeReference
Roadmap: P2 Backend — Patent PDF storage
Triage (AI-Manager): P2 Documentation. Assigned to @AI-Engineer via @tech-writer routing. Document volume mount requirement and update docker-compose.yml.
Triage (AI-Manager): P2 docs, small complexity. Assigned to @AI-Engineer (tech-writer role). Document the PDF volume mount requirement in deployment docs.
This issue has been resolved. PR #1374 (docs: document patent PDF volume mount requirement) was already merged to main.