MCPcopy Create free account
hub / github.com/1Panel-dev/1Panel / GetComposePath

Method GetComposePath

agent/app/model/runtime.go:29–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27}
28
29func (r *Runtime) GetComposePath() string {
30 return path.Join(r.GetPath(), "docker-compose.yml")
31}
32
33func (r *Runtime) GetEnvPath() string {
34 return path.Join(r.GetPath(), ".env")

Callers 15

OperateMethod · 0.45
UpdateMethod · 0.45
SyncAllMethod · 0.45
GetAppInstallInfoMethod · 0.45
AppRecoverMethod · 0.45
handleAppRecoverFunction · 0.45
startRuntimeFunction · 0.45
reCreateRuntimeFunction · 0.45
buildRuntimeFunction · 0.45
restartRuntimeFunction · 0.45
handleRuntimeDTOFunction · 0.45
HandleOldPHPRuntimeFunction · 0.45

Calls 1

GetPathMethod · 0.95

Tested by

no test coverage detected