Experimental: Update traefik Host() rules for v3
This commit is contained in:
parent
34db2e1923
commit
285aaff77d
10 changed files with 60 additions and 13 deletions
|
|
@ -32,7 +32,8 @@ func (reserve *Reserve) Stack() component.StackWithResources {
|
|||
"DOCKER_NETWORK_NAME": reserve.Malt.Config.Docker.Network(),
|
||||
|
||||
"SLUG": reserve.Slug,
|
||||
"VIRTUAL_HOST": reserve.Domain(),
|
||||
"HOST_RULE": reserve.HostRule(),
|
||||
"HOSTNAME": reserve.Hostname(),
|
||||
"HTTPS_ENABLED": reserve.Malt.Config.HTTP.HTTPSEnabledEnv(),
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue