package consts

import "github.com/compose-spec/compose-go/v2/consts"

Index

Constants

const (
	ComposeProjectName           = "COMPOSE_PROJECT_NAME"
	ComposePathSeparator         = "COMPOSE_PATH_SEPARATOR"
	ComposeFilePath              = "COMPOSE_FILE"
	ComposeDisableDefaultEnvFile = "COMPOSE_DISABLE_ENV_FILE"
	ComposeProfiles              = "COMPOSE_PROFILES"
)
const Extensions = "#extensions" // Using # prefix, we prevent risk to conflict with an actual yaml key

Types

type ComposeFileKey

type ComposeFileKey struct{}

Source Files

consts.go

Version
v2.4.8 (latest)
Published
Feb 10, 2025
Platform
linux/amd64
Last checked
2 months ago

Tools for package owners.