Workflow Compose Create

Creates a new workflow from a docker-compose.yml file

Usage

Terminal
dxflow compose create [SOURCE] [OPTIONS]

Options

FlagShorthandDescriptionTypeDefault
--identity-iWorkflow identitystring``
--contextDocker contextstring``
--variable-vWorkflow variablesstrings[]
--env-eWorkflow environment variablesstrings[]
--profile-pWorkflow profilesstrings[]
--buildBuild images before createboolfalse
--force-recreateForce recreate containers if not changedboolfalse
--no-buildSkip build imagesboolfalse
--no-recreateSkip recreate containers if existsboolfalse
--pullPull images before create always, missing, never, buildstring``
--remove-orphansRemove orphan containersboolfalse
--startStart workflow after createboolfalse
--service-sSpecify services to createstrings[]