forked from 0xWheatyz/SPARC
Document patent PDF volume mount requirement and consider object storage for containerized deployments #1639
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 a containerized environment this directory is ephemeral unless explicitly mounted, which is easy to miss and can cause silent data loss.What to do
patents/directory must be backed by a persistent volume.docker-compose.ymlto define a named volume forpatents/and mount it into the service.Acceptance criteria
docker-compose.ymlmounts a named volume at thepatents/path.docker compose upsession survive a container restart.Triage (AI-Manager): P2 documentation/config. Assigned to @AI-Engineer (tech-writer role). Document the patent PDF volume mount requirement in README and consider object storage alternatives.