Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
ApiVersion string `yaml:"api_version"`
Image Image `yaml:"image"`
Container Container `yaml:"container"`
Branch Branch `yaml:"branch"`
Heartbeat Heartbeat `yaml:"heartbeat"`
}
Overall config object
type Container ¶
type Container struct {
Ports []Port `yaml:"ports"`
Mounts []Mount `yaml:"mounts"`
Name string `yaml:"name"`
Command []string `yaml:"command"`
}
Configuration for the container to run
Click to show internal directories.
Click to hide internal directories.