If you do not provide explicit configuration paths, you can use WithDefaultConfigPath to search for standard Compose files in the working directory or its parent directories.
Supported Config Files (in order of preference):
compose.yamlcompose.ymldocker-compose.ymldocker-compose.yaml
Supported Override Files (in order of preference):
compose.override.ymlcompose.override.yamldocker-compose.override.ymldocker-compose.override.yaml
If multiple files are found, the first one in the preference list is used, and a warning is logged.