Goal
Make it easy to run doab-check locally (e.g., on a laptop) using Docker Compose, so developers don't need to manually set up Django, PostgreSQL, and all dependencies.
Motivation
Deliverables
Notes
- The app uses Django + PostgreSQL + OAI-PMH harvesting
- No Redis/Celery currently — harvesting is synchronous
- Should work on macOS (Apple Silicon) and Linux
Goal
Make it easy to run doab-check locally (e.g., on a laptop) using Docker Compose, so developers don't need to manually set up Django, PostgreSQL, and all dependencies.
Motivation
Deliverables
Dockerfilefor the Django appdocker-compose.ymlwith app + PostgreSQL servicesNotes