Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Service ¶
type Service struct { Name string User string Repository string Ignore bool // don't restart compose after it got updated if true ComposeFile string `toml:"compose,omitempty"` // alternative compose file Branch string URLs map[string]int Ports []string Networks []string Git *git.Git `toml:"-"` Compose *compose.Compose `toml:"-"` // contains filtered or unexported fields }
func (*Service) InitGitAndCompose ¶
func (*Service) PublicKeys ¶
PublicKeys parses the public keys in the ssh/ directory of the repository.
Click to show internal directories.
Click to hide internal directories.