From 8a47a94e541b56c9c08ded29ac85491ebd3ffe74 Mon Sep 17 00:00:00 2001 From: Jeff Emmett Date: Wed, 18 Mar 2026 13:51:06 -0700 Subject: [PATCH] Add thelastdraw.cinesthesia.art to Traefik Host rule Co-Authored-By: Claude Opus 4.6 --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index c9a9dcd..ca9611a 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -7,7 +7,7 @@ services: - traefik-public labels: - "traefik.enable=true" - - "traefik.http.routers.the-last-draw.rule=Host(`the-last-draw.cinesthesia.art`) || Host(`thelastdraw.cineasthesia.com`) || Host(`cineasthesia.com`) || Host(`www.cineasthesia.com`) || Host(`staging.cineasthesia.com`)" + - "traefik.http.routers.the-last-draw.rule=Host(`the-last-draw.cinesthesia.art`) || Host(`thelastdraw.cinesthesia.art`) || Host(`thelastdraw.cineasthesia.com`) || Host(`cineasthesia.com`) || Host(`www.cineasthesia.com`) || Host(`staging.cineasthesia.com`)" - "traefik.http.routers.the-last-draw.entrypoints=web" - "traefik.http.services.the-last-draw.loadbalancer.server.port=80"