QModel / docker-compose.override.yml
aelgendy's picture
Sync codebase with local main (config, README, docker, gitignore updates)
15f1210 verified
Raw
History Blame Contribute Delete
360 Bytes
# 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