Do "Start All" option on Services/docker-compose takes dependencies into consideration?

Hey! I'm wondering if the option “Start All” when right-click on a docker-compose saved configuration inside the Services window takes dependencies between services into consideration. For example, I have a Kafka service that takes Zookeper as a dependency but most of the time it fails to launch since they all start together. 

If not, I think it'd be a nice addition. I have a set of containers that I like to start when debugging locally and it's easier to do this inside Rider than to navigate into the compose folder and start from there.

Thanks!

 

0
1 comment

Hello,

Do you mean this?

Do you have your dependencies written in a docker-compose file using depends_on?

Have a nice day!

0

Please sign in to leave a comment.