Move to Traefik
This commit is contained in:
parent
bf57c0d5a6
commit
471ccbadc5
36 changed files with 200 additions and 190 deletions
|
|
@ -34,9 +34,9 @@ func (control *Control) Stack(env environment.Environment) component.StackWithRe
|
|||
EnvPath: "control.env",
|
||||
|
||||
EnvContext: map[string]string{
|
||||
"VIRTUAL_HOST": control.Config.DefaultHost(),
|
||||
"LETSENCRYPT_HOST": control.Config.DefaultSSLHost(),
|
||||
"LETSENCRYPT_EMAIL": control.Config.CertbotEmail,
|
||||
"DOCKER_NETWORK_NAME": control.Config.DockerNetworkName,
|
||||
"HOST_RULE": control.Config.DefaultHostRule(),
|
||||
"HTTPS_ENABLED": control.Config.HTTPSEnabledEnv(),
|
||||
|
||||
"CONFIG_PATH": control.Config.ConfigPath,
|
||||
"DEPLOY_ROOT": control.Config.DeployRoot,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue