Add diplonat for the frontend
This commit is contained in:
parent
7c984ae02b
commit
26e23dbab1
1 changed files with 5 additions and 1 deletions
|
@ -35,7 +35,11 @@ job "frontend" {
|
|||
}
|
||||
|
||||
service {
|
||||
tags = ["https", "frontend"]
|
||||
tags = [
|
||||
"https",
|
||||
"frontend",
|
||||
"(diplonat (tcp_port 80 443))"
|
||||
]
|
||||
port = "https_port"
|
||||
address_mode = "host"
|
||||
name = "traefik"
|
||||
|
|
Reference in a new issue