From 8068a64265b66dbf347c31958878ebf861e462e3 Mon Sep 17 00:00:00 2001 From: Jeff Emmett Date: Mon, 9 Feb 2026 20:14:40 +0000 Subject: [PATCH] Add whisper.jeffemmett.com host override to WG container Routes Whisper API traffic directly to local Traefik instead of through the WG tunnel via Cloudflare, avoiding 524 timeouts on large audio file uploads. Co-Authored-By: Claude Opus 4.6 --- docker-compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/docker-compose.yml b/docker-compose.yml index 0350e11..beda27b 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -70,6 +70,7 @@ services: - net.ipv4.ip_forward=1 extra_hosts: - "host.docker.internal:host-gateway" + - "whisper.jeffemmett.com:host-gateway" restart: unless-stopped worker: