# ComposeFile Constructors

- Package: [Aspire.Hosting.Docker](/reference/api/csharp/aspire.hosting.docker.md)
- Type: [ComposeFile](/reference/api/csharp/aspire.hosting.docker/composefile.md)
- Kind: `Constructors`
- Members: `1`

Represents a Docker Compose file with properties and configurations for services, networks, volumes, secrets, configs, and custom extensions.

## ComposeFile

- Name: `Constructor`
- Source: [GitHub](https://github.com/microsoft/aspire/blob/cbc352350f1a9bafbaff10d14a2c8de4ac186a48/src/Aspire.Hosting.Docker/Resources/ComposeFile.cs#L55-L108)

```csharp
public sealed class ComposeFile
{
    public ComposeFile()
    {
        // ...
    }
}
```
