From a284cca14b1593a19ecb098ed0f7e331d7624957 Mon Sep 17 00:00:00 2001 From: Jeff Emmett Date: Mon, 22 Dec 2025 23:55:13 -0500 Subject: [PATCH] fix: add zine.mycofi.earth subdomain to Traefik routing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 4cc5171..d00df7f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -17,7 +17,7 @@ services: - traefik-public labels: - "traefik.enable=true" - - "traefik.http.routers.mycofi.rule=Host(`mycofi.earth`) || Host(`www.mycofi.earth`)" + - "traefik.http.routers.mycofi.rule=Host(`mycofi.earth`) || Host(`www.mycofi.earth`) || Host(`zine.mycofi.earth`)" - "traefik.http.routers.mycofi.entrypoints=web" - "traefik.http.services.mycofi.loadbalancer.server.port=3000" - "traefik.docker.network=traefik-public"