forked from 0xWheatyz/SPARC
Document patents/ volume mount requirement and evaluate object storage (S3/MinIO) for containerized deployments #108
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. In a containerized deployment this directory is ephemeral and data is lost on container restart unless a volume is explicitly mounted. This is not documented prominently.Work
docker-compose.ymlcomments explaining thatpatents/must be mounted as a Docker volume to persist PDFs across restarts.docker-compose.ymlto include a named volume forpatents/so local dev persists PDFs by default.Acceptance Criteria
docker-compose.ymldefines a named volume for thepatents/directory.References
Roadmap: P2 — Backend — Patent PDF storage.