From a28eb88140ba581c48ae78a267fb992324d4e4d8 Mon Sep 17 00:00:00 2001 From: Jeff Emmett Date: Mon, 9 Mar 2026 18:26:43 -0700 Subject: [PATCH] chore: remove dead social.jeffemmett.com redirect labels Domain has no DNS record and all traffic now routes via demo.rsocials.online. Co-Authored-By: Claude Opus 4.6 --- docker-compose.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index eec359b..03835b0 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -152,15 +152,6 @@ services: - "traefik.http.routers.rspace-rsocials.entrypoints=web" - "traefik.http.routers.rspace-rsocials.priority=120" - "traefik.http.routers.rspace-rsocials.service=rspace-online" - # ── Legacy redirect: social.jeffemmett.com → demo.rspace.online/rsocials ── - - "traefik.http.routers.rspace-social-redirect.rule=Host(`social.jeffemmett.com`)" - - "traefik.http.routers.rspace-social-redirect.entrypoints=web" - - "traefik.http.routers.rspace-social-redirect.priority=130" - - "traefik.http.middlewares.social-redirect.redirectregex.regex=^https?://social\\.jeffemmett\\.com(.*)" - - "traefik.http.middlewares.social-redirect.redirectregex.replacement=https://demo.rspace.online/rsocials$${1}" - - "traefik.http.middlewares.social-redirect.redirectregex.permanent=true" - - "traefik.http.routers.rspace-social-redirect.middlewares=social-redirect" - - "traefik.http.routers.rspace-social-redirect.service=rspace-online" # Service configuration - "traefik.http.services.rspace-online.loadbalancer.server.port=3000" - "traefik.docker.network=traefik-public"