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