You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have multiple profiles configured in my docker-compose.yml file. I would like to only run the containers tagged with a particular profile with via this plugin's docker compose up command.
Problem
I have multiple profiles configured in my
docker-compose.yml
file. I would like to only run the containers tagged with a particular profile with via this plugin'sdocker compose up
command.Example
Example compose file:
And the compose up command:
docker compose --profile local up -f docker-compose.yml
Read more about compose profiles here.
When specifying the
local
profile it shouldn't create theredis-test
container.Suggested solution
Can add an optional parameter to
config.docker
to specify the profile(s) to be run in thedocker compose up
command.e.g.
The text was updated successfully, but these errors were encountered: