Documentation
¶
Index ¶
Constants ¶
View Source
const ( User = "chainlink" Password = "thispasswordislongenough" Port = "5432" ExposedStaticPort = 13000 Database = "chainlink" DBVolumeName = "postgresql_data" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Input ¶
type Input struct { Image string `toml:"image" validate:"required"` Port int `toml:"port"` Name string `toml:"name"` VolumeName string `toml:"volume_name"` Databases int `toml:"databases"` JDDatabase bool `toml:"jd_database"` PullImage bool `toml:"pull_image"` ContainerResources *framework.ContainerResources `toml:"resources"` Out *Output `toml:"out"` }
Click to show internal directories.
Click to hide internal directories.