MCPcopy Index your code
hub / github.com/ddev/ddev / DockerComposeYAMLPath

Method DockerComposeYAMLPath

pkg/ddevapp/config.go:637–639  ·  view source on GitHub ↗

DockerComposeYAMLPath returns the absolute path to where the base generated yaml file should exist for this project.

()

Source from the content-addressed store, hash-verified

635// DockerComposeYAMLPath returns the absolute path to where the
636// base generated yaml file should exist for this project.
637func (app *DdevApp) DockerComposeYAMLPath() string {
638 return app.GetConfigPath(".ddev-docker-compose-base.yaml")
639}
640
641// DockerComposeFullRenderedYAMLPath returns the absolute path to where the
642// complete generated yaml file should exist for this project.

Callers 6

TestDdevStartFunction · 0.95
ComposeFilesMethod · 0.95

Calls 1

GetConfigPathMethod · 0.95

Tested by 4

TestDdevStartFunction · 0.76