hyra/ ├── apps/ │ ├── queue/ ← Queue engine (the centerpiece) │ │ ├── models.py QueueEngine, QueueEntry, QueueConfig │ │ └── serializers.py QueueEntrySerializer + ClaraX mixin (2.5x) │ ├── listings/ ← ...
django-notes-app/ ├── Dockerfile # Django app container ├── docker-compose.yml # Orchestrates all 3 containers ├── .dockerignore # Excludes heavy folders from build context ├── .gitignore # Excludes ...