We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Use case: You have a project with many components and users what to pick and chose which to install but he compose file installs them all.
Proposal: We add a option to put int he docker-cmpose.overrider.yml to exclude a image defined in the docker.compose
ie
some-image: exclude: yes
The behavior would be to ignore that entry in the docker-compose.yml
Can you let me know what the team thinks, I would be in interested in making the change.
The text was updated successfully, but these errors were encountered:
I think this overlaps with #1294 and #1896
Sorry, something went wrong.
Closing as a duplicate of #1988 and #1896
docker-compose up
No branches or pull requests
Use case: You have a project with many components and users what to pick and chose which to install but he compose file installs them all.
Proposal: We add a option to put int he docker-cmpose.overrider.yml to exclude a image defined in the docker.compose
ie
some-image:
exclude: yes
The behavior would be to ignore that entry in the docker-compose.yml
Can you let me know what the team thinks, I would be in interested in making the change.
The text was updated successfully, but these errors were encountered: