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
There is a handy feature in Docker Compose called "profiles" https://docs.docker.com/compose/profiles/
I tried to use it with dip using combinations of method/run_options but still cannot use profiles. If I understand the code correctly, this is not possible at the moment. Is that correct? Are there any plans to support profiles? I can try to do a PR to support them.
The text was updated successfully, but these errors were encountered:
Hi @nilcolor,
I was also thinking about this feature a few weeks ago. We need to add :profiles to the compose command hash and slightly refactor this file
There is a handy feature in Docker Compose called "profiles" https://docs.docker.com/compose/profiles/
I tried to use it with
dip
using combinations ofmethod
/run_options
but still cannot use profiles. If I understand the code correctly, this is not possible at the moment. Is that correct? Are there any plans to support profiles? I can try to do a PR to support them.The text was updated successfully, but these errors were encountered: