Flask + Docker Compose starter for containerized web applications
A Flask application skeleton that uses Docker Compose to run web, worker, and supporting services (database, message broker) in containers. It includes scaffolding for authentication, admin interfaces, background job processing, migrations, and testing, suited for APIs and backend web applications.
0