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

Method DockerComposeFullRenderedYAMLPath

pkg/ddevapp/config.go:643–645  ·  view source on GitHub ↗

DockerComposeFullRenderedYAMLPath returns the absolute path to where the complete generated yaml file should exist for this project.

()

Source from the content-addressed store, hash-verified

641// DockerComposeFullRenderedYAMLPath returns the absolute path to where the
642// complete generated yaml file should exist for this project.
643func (app *DdevApp) DockerComposeFullRenderedYAMLPath() string {
644 return app.GetConfigPath(".ddev-docker-compose-full.yaml")
645}
646
647// GetHostname returns the primary hostname of the app.
648func (app *DdevApp) GetHostname() string {

Callers 14

NewAppFunction · 0.95
ReadDockerComposeYAMLMethod · 0.95
composeBuildMethod · 0.95
StartMethod · 0.95
StartOptionalProfilesMethod · 0.95
ExecMethod · 0.95
ExecWithTtyMethod · 0.95
PauseMethod · 0.95
CleanupFunction · 0.80
debug-rebuild.goFile · 0.80

Calls 1

GetConfigPathMethod · 0.95

Tested by 1