Documentation ¶
Index ¶
- Variables
- func BuildUp(ctx context.Context) error
- func Down(ctx context.Context) error
- func IsStackRunning(ctx context.Context) (bool, error)
- func NewBackend(ctx context.Context, composeFilePaths []string, profiles []string) error
- func Reset(ctx context.Context) error
- func Up(ctx context.Context) error
- func Wipe(ctx context.Context) error
- type Backend
Constants ¶
This section is empty.
Variables ¶
View Source
var ( DefaultReleaseComposePaths = []string{"docker-compose.yaml", "docker-compose.release.yaml.tpl"} DefaultUIProfile = []string{DevUIProfile} DevUIProfile = "jupyter" )
Functions ¶
func NewBackend ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.