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.ymlfile. I would like to only run the containers tagged with a particular profile with via this plugin'sdocker compose upcommand.Example
Example compose file:
And the compose up command:
docker compose --profile local up -f docker-compose.ymlRead more about compose profiles here.
When specifying the
localprofile it shouldn't create theredis-testcontainer.Suggested solution
Can add an optional parameter to
config.dockerto specify the profile(s) to be run in thedocker compose upcommand.e.g.