Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultFileNames = []string{
"compose.yml",
"compose.yaml",
"process-compose.yml",
"process-compose.yaml",
}
DefaultFileNames defines the Compose file names for auto-discovery (in order of preference)
View Source
var DefaultOverrideFileNames = []string{
"compose.override.yml",
"compose.override.yaml",
"process-compose.override.yml",
"process-compose.override.yaml",
}
DefaultOverrideFileNames defines the Compose override file names for auto-discovery (in order of preference)
Functions ¶
Types ¶
type LoaderOptions ¶
type LoaderOptions struct { FileNames []string EnvFileNames []string IsInternalLoader bool // contains filtered or unexported fields }
func (*LoaderOptions) AddAdmitter ¶ added in v0.65.0
func (o *LoaderOptions) AddAdmitter(adm ...admitter.Admitter)
func (*LoaderOptions) DisableDotenv ¶ added in v1.9.0
func (o *LoaderOptions) DisableDotenv(disabled bool)
func (*LoaderOptions) WithTuiDisabled ¶ added in v1.9.0
func (o *LoaderOptions) WithTuiDisabled(disabled bool)
Click to show internal directories.
Click to hide internal directories.