Documentation ¶
Index ¶
- Constants
- func CheckDockerCompose(ctx context.Context) error
- func CleanupDockerCompose(stdCtx context.Context) error
- func GetFilePath(name string) (string, error)
- func LoadMapEnvFile() (map[string]string, error)
- func RunDockerCompose(stdCtx context.Context) error
- func ShowDockerComposeLog(ctx context.Context, filePath string) error
- func StopDockerCompose(stdCtx context.Context) error
Constants ¶
View Source
const ( DOCKER_COMPOSE_FILE = "compose.yml" DOCKER_COMPOSE_SERVICE = "postgres-raw" DOCKER_COMPOSE_LOGS_MAX = uint8(10) )
Variables ¶
This section is empty.
Functions ¶
func CheckDockerCompose ¶
check if docker compose command is available
func CleanupDockerCompose ¶
func GetFilePath ¶
func LoadMapEnvFile ¶
func RunDockerCompose ¶
func StopDockerCompose ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.