From 24911a29076b8223952e4da3d9ae8a15a0f6b1ef Mon Sep 17 00:00:00 2001 From: wizzdom Date: Thu, 6 Feb 2025 13:44:47 +0100 Subject: [PATCH] add redbrick subdomain for style (#94) --- 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", ]