Closed
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.