# Development overrides — bind-mount source dirs so changes are reflected # immediately without rebuilding the image. # # Active automatically when you run `docker compose` from this directory. # Production deployments use docker-compose.yml alone (no override). services: musehub: environment: DEBUG: "true" volumes: - ./musehub:/app/musehub - ./tests:/app/tests - ./tools:/app/tools - ./scripts:/app/scripts - ./alembic:/app/alembic