Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthConfig ¶
type CertbotConfig ¶
type Config ¶
type Config struct {
DeploymentsPath string `yaml:"deployments_path"`
DockerSocket string `yaml:"docker_socket"`
API APIConfig `yaml:"api"`
Auth AuthConfig `yaml:"auth"`
Domain DomainConfig `yaml:"domain"`
Nginx NginxConfig `yaml:"nginx"`
Certbot CertbotConfig `yaml:"certbot"`
Logging LoggingConfig `yaml:"logging"`
Health HealthConfig `yaml:"health"`
Infrastructure InfrastructureConfig `yaml:"infrastructure"`
}
type DomainConfig ¶
type HealthConfig ¶
type InfrastructureConfig ¶ added in v0.1.3
type InfrastructureConfig struct {
NetworkName string `yaml:"network_name" json:"network_name"`
Database SharedDatabaseConfig `yaml:"database" json:"database"`
Redis SharedRedisConfig `yaml:"redis" json:"redis"`
}
type LoggingConfig ¶
type NginxConfig ¶
type SharedDatabaseConfig ¶ added in v0.1.3
type SharedDatabaseConfig struct {
}
type SharedRedisConfig ¶ added in v0.1.3
type SharedRedisConfig struct {
}
Click to show internal directories.
Click to hide internal directories.