Are you sure you're getting this? Fill in the missing part by typing it in.
Docker Compose is a tool used to define and manage __ applications. It uses a YAML file to specify the configuration for each service in your application, including the Dockerfile, environment variables, ports mapping, and dependencies between services.
Write the missing line below.