container-transform icon indicating copy to clipboard operation
container-transform copied to clipboard

Add support for multiple docker-compose files

Open happytomatoe opened this issue 9 years ago • 1 comments

Lets say you have docker-compose.yml, docker-compose.sandbox.yml and docker-compose.production.yml.So in your sandbox environment you run docker-compose -f docker-compose.yml - f docker-compose.sandbox.yml... Is it doable?

happytomatoe avatar Jul 17 '16 04:07 happytomatoe

As a workaround, you can simply just call docker-compose config command, so you could do something like:

docker-compose -f docker-compose.yml -f docker-compose.sandbox.yml config | container-transform -q -o <output_of_choice>

bitbier avatar Nov 22 '16 18:11 bitbier