Skip to content

concore run (docker): auto-generate docker-compose.yml for built studies #513

@avinxshKD

Description

@avinxshKD

right now concore run --type docker gives us generated study artifacts but we still have to manually wire container startup. this is the missing piece.

We should add compose generation directly in run flow (opt-in flag is fine, ex --compose), write docker-compose.yml into output dir, one service per node, predictable names, mounts for study dirs, and just let users do docker compose up.

not asking to touch old backend internals. keep this additive in CLI layer.

What I’d expect done:

--compose only with --type docker
compose file generated in output dir
works for multi-node graph (mixed language too)
basic tests for single/multi node
small README snippet showing command + run

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions