From fd05b7ab2ed6fc01cabd7c485b1c02b58f7f90cc Mon Sep 17 00:00:00 2001 From: Jeff Emmett Date: Mon, 16 Feb 2026 17:45:13 -0700 Subject: [PATCH] Add mycostack.jeffemmett.com to Traefik host rule Temporary subdomain while mycostack.xyz domain is pending registration. 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 929e5a6..3a6b5a0 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -22,7 +22,7 @@ services: - traefik-public labels: - "traefik.enable=true" - - "traefik.http.routers.mycostack.rule=Host(`mycostack.xyz`) || Host(`www.mycostack.xyz`)" + - "traefik.http.routers.mycostack.rule=Host(`mycostack.jeffemmett.com`) || Host(`mycostack.xyz`) || Host(`www.mycostack.xyz`)" - "traefik.http.routers.mycostack.entrypoints=web" - "traefik.http.services.mycostack.loadbalancer.server.port=80" - "traefik.docker.network=traefik-public"