-
Notifications
You must be signed in to change notification settings - Fork 531
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable Multiselection of compose files for docker-compose commands #186
Comments
thanks for the suggestion, can you clarify what you are trying to do? Do you want to |
With VS Code |
Closing due to lack of response. feel free to reopen. |
@StephenWeatherford - I'd like to recommend this be re-opened. Not sure how to do that, sorry if it's the wrong place to comment. I've got a docker compose environment generated by Visual Studio, where there are three files: docker-compose.yml
docker-compose.vs.debug.yml
docker-compose.vs.release.yml These are, in Visual Studio, managed by a In Visual Studio Code, I want to sometimes run the debug environment, and sometimes the release environment. At present, I can only do this from the command prompt, I can't use the drop-down, even if I've selected multiple files first before choosing I'd like to propose that if multiple files are selected, then the least-specific file is applied first, heading on down the specificity (In the above example |
I'll drop my comments over in #223 - thanks for the heads up. |
When using the command
docker-compose
through the command palette I would like to select more than one compose file. Is this already supported? If not handle this as a feature request.I´m using the basic setup from Visual Studio 2017 which uses a normal compose file (docker-compose.yml) and an additional compose file (docker-compose.override.yml).
The text was updated successfully, but these errors were encountered: