In a docker-compose.yml file, what is the function of the depends_on key?
a) Specifies the base images for services
b) Specifies the build context for services
c) Specifies the order in which services are started
d) Specifies the network links between services