File size: 360 Bytes
15f1210
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
# 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