Implements the Docker.Command behaviour for docker compose logs.
Docker.Command
docker compose logs
@type t() :: %Docker.Commands.Compose.Logs{ env_files: term(), files: term(), follow: term(), no_color: term(), no_log_prefix: term(), profiles: term(), project_directory: term(), project_name: term(), services: term(), since: term(), tail: term(), timestamps: term(), until_time: term() }