From a3df781a95f79aaf478f80ac0b70a6b026bcc1b6 Mon Sep 17 00:00:00 2001 From: wizzdom Date: Thu, 6 Feb 2025 12:38:42 +0000 Subject: [PATCH] add redbrick subdomain for style --- jobs/socs/style-thelook.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jobs/socs/style-thelook.hcl b/jobs/socs/style-thelook.hcl index a286275..b935869 100644 --- a/jobs/socs/style-thelook.hcl +++ b/jobs/socs/style-thelook.hcl @@ -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", ]