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 <noreply@anthropic.com>
This commit is contained in:
parent
091ad039af
commit
8068a64265
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue