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