Documentation ¶
Index ¶
Constants ¶
const (
// ContainerNamePrefix is the prefix added to all neo-local containers.
ContainerNamePrefix = "coz_neo-local_"
)
Variables ¶
This section is empty.
Functions ¶
func ServiceContainerNames ¶
ServiceContainerNames returns all of the service container names in an array.
Types ¶
type Service ¶
type Service struct { Author string ContainerConfig *container.Config DependsOn []string HostConfig *container.HostConfig Image string Name string Tag string }
Service defines a Docker container to run within the stack.
func NewAutoheal ¶
func NewAutoheal() Service
NewAutoheal creates a new service for the autoheal container.
func NewFaucet ¶
func NewFaucet() Service
NewFaucet creates a new service for the cityofzion/neo-local-faucet image.
func NewNeoPython ¶
NewNeoPython creates a new service for the cityofzion/neo-python image.
func NewNeoScanAPI ¶
func NewNeoScanAPI() Service
NewNeoScanAPI creates a new service for the registry.gitlab.com/cityofzion/neo-scan/sync:latest image.
func NewNeoScanSync ¶
func NewNeoScanSync() Service
NewNeoScanSync creates a new service for the registry.gitlab.com/cityofzion/neo-scan/sync:latest image.
func NewNotificationsServer ¶
NewNotificationsServer creates a new service for the cityofzion/neo-python image.
func NewPostgres ¶
func NewPostgres() Service
NewPostgres creates a new service for the library/postgres container.
func NewPrivateNet ¶
func NewPrivateNet() Service
NewPrivateNet creates a new service for the cityofzion/neo-privatenet image.
func (Service) ContainerName ¶
ContainerName is the Docker container name.