add redbrick subdomain for style (#94)
This commit is contained in:
parent
8819180c25
commit
24911a2907
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ job "style-thelook" {
|
|||
|
||||
tags = [
|
||||
"traefik.enable=true",
|
||||
"traefik.http.routers.thelook.rule=Host(`${NOMAD_META_domain}`)",
|
||||
"traefik.http.routers.thelook.rule=Host(`${NOMAD_META_domain}`) || Host(`style.redbrick.dcu.ie`)",
|
||||
"traefik.http.routers.thelook.entrypoints=web,websecure",
|
||||
"traefik.http.routers.thelook.tls.certresolver=lets-encrypt",
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue