dependencies
(OPTIONAL)
This key is containing an array of dependency objects, which are used to define dependencies between apps (containers). Dependencies make sure that the services are started in the appropriate order.
When using a docker-compose.yml depends_on
is mapped to dependencies
.