DockerComposeYAMLPath returns the absolute path to where the base generated yaml file should exist for this project.
()
| 635 | // DockerComposeYAMLPath returns the absolute path to where the |
| 636 | // base generated yaml file should exist for this project. |
| 637 | func (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. |