Implements the Docker.Command behaviour for docker compose pull.
Docker.Command
docker compose pull
@type t() :: %Docker.Commands.Compose.Pull{ env_files: term(), files: term(), ignore_pull_failures: term(), include_deps: term(), no_parallel: term(), profiles: term(), project_directory: term(), project_name: term(), quiet: term(), services: term() }