Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
29
func
(r *Runtime) GetComposePath() string {
30
return
path.Join(r.GetPath(),
"docker-compose.yml"
)
31
}
32
33
func
(r *Runtime) GetEnvPath() string {
34
return
path.Join(r.GetPath(),
".env"
)
Callers
15
Operate
Method · 0.45
Update
Method · 0.45
SyncAll
Method · 0.45
GetAppInstallInfo
Method · 0.45
AppRecover
Method · 0.45
handleAppRecover
Function · 0.45
startRuntime
Function · 0.45
reCreateRuntime
Function · 0.45
buildRuntime
Function · 0.45
restartRuntime
Function · 0.45
handleRuntimeDTO
Function · 0.45
HandleOldPHPRuntime
Function · 0.45
Calls
1
GetPath
Method · 0.95
Tested by
no test coverage detected