machinery icon indicating copy to clipboard operation
machinery copied to clipboard

Deployment of several compose file when running stack deploy

Open efrecon opened this issue 4 years ago • 0 comments

Machinery automates (applications) stacks deployments through the applications key in the YAML file format. For the time being, only one YAML file can be deployed, while docker stack deploy supports having several YAML files that would be read on top of one another. While machinery supports extends (while docker does not), supporting several YAML files would permit a better one-to-one mapping to existing command-line tools and also facilitate breaking up big projects into smaller (logically regrouped) files.

efrecon avatar Feb 16 '21 11:02 efrecon