docker-compose-viz
docker-compose-viz copied to clipboard
Exclude or suppress services?
Is there a way to blacklist, suppress or exclude services? In other words, the opposite of the "only" parameter?
This feature is being introduced in the rewrite-v2
branch.
If you want to give it a try, here is how you can do it:
bin/dcv render --exclude service-1 --exclude service-3 --include service-2