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
my compose file is very complex with at least a dozen services. A single diagram is too big and turns useless. It would be nice to specify via the command line the list of services to consider in the diagram. Given a service, its dependencies (depends_on) should be automatically included.
The text was updated successfully, but these errors were encountered:
This is a very good feature idea. Having a sort of whitelist for services is easy, following the depends_on adds some complexity, but shouldn't be that hard. I'll see as soon as I find some time to work on this project.
To anyone interested, this is a very good first issue :)
my compose file is very complex with at least a dozen services. A single diagram is too big and turns useless. It would be nice to specify via the command line the list of services to consider in the diagram. Given a service, its dependencies (
depends_on
) should be automatically included.The text was updated successfully, but these errors were encountered: