internal/stack: Cleanup API
This commit cleans up the internal stack API to prepare it for an eventual move to using a native docker client.
This commit is contained in:
parent
7b38fdd801
commit
5d906169f4
15 changed files with 96 additions and 65 deletions
6
env/stack_resolver.go
vendored
6
env/stack_resolver.go
vendored
|
|
@ -10,11 +10,7 @@ import (
|
|||
const ResolverPrefixFile = "prefix.cfg"
|
||||
|
||||
func (dis *Distillery) ResolverStack() stack.Installable {
|
||||
stack := dis.asCoreStack(stack.Installable{
|
||||
Stack: stack.Stack{
|
||||
Name: "resolver",
|
||||
},
|
||||
|
||||
stack := dis.asCoreStack("resolver", stack.Installable{
|
||||
EnvFileContext: map[string]string{
|
||||
"VIRTUAL_HOST": dis.DefaultVirtualHost(),
|
||||
"LETSENCRYPT_HOST": dis.DefaultLetsencryptHost(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue