Skip to content

Deploy to swarm from multiple compose filesΒ #30127

Closed
docker/cli
#569
@Parnswir

Description

I'm currently testing the new --compose-file parameter for docker stack deploy in 1.13.0-rc6, but my use case requires deploying from multiple compose files (as possible with docker-compose -f base.yml -f additionalService.yml -f production.yml). At the moment, using globs or multiple --compose-file is not supported as far as I can see. Are there plans to support this in future releases?

A simple workaround/implementation strategy is to merge the compose files before deploying, but I would rather want to avoid using temporary files.

Metadata

Labels

area/stackkind/enhancementEnhancements are not bugs or new features but can improve usability or performance.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions