add redbrick subdomain for style

This commit is contained in:
wizzdom 2025-02-06 12:38:42 +00:00
parent 8819180c25
commit a3df781a95
No known key found for this signature in database
GPG key ID: EEB7D796F4B09F07

View file

@ -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",
]