Move to yaml-based configuration
This commit updates the configuration to be yaml-based and updates the configuration to read in a yaml file.
This commit is contained in:
parent
568c005d15
commit
945329a080
70 changed files with 1150 additions and 350 deletions
6
internal/config/docker.go
Normal file
6
internal/config/docker.go
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
package config
|
||||
|
||||
type DockerConfig struct {
|
||||
// name of docker network to use
|
||||
Network string `yaml:"network" default:"distillery" validate:"nonempty"`
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue