# Local development overrides — auto-loaded by `docker-compose up` alongside # docker-compose.yml. Adds a full repo bind-mount for live code reload. # # This file is NOT used in production: deploy with # docker-compose -f docker-compose.yml up -d # to skip it and run the image's own baked-in code instead. services: qmodel: volumes: - .:/app