forked from 0xWheatyz/SPARC
docs: document patent PDF volume mount requirement #1374
Reference in New Issue
Block a user
Delete Branch "feature/docs-patent-volume-mount"
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
docker-compose.ymlfrom bind mount (./patents) to a named Docker volume (patent_data) so downloaded PDFs survive container recreationdocs/DEPLOYMENT.mdcovering Docker Compose volumes, Kubernetes PersistentVolumeClaim, and S3 object storage alternativesCloses #1360
Test plan
docker compose up -dcreates thepatent_datavolumedocker compose down && docker compose up -d🤖 Generated with Claude Code