Connect WG to traefik-public for direct Whisper access

Worker accesses Whisper via Docker DNS (whisper-local:8000) instead
of through the WG tunnel, avoiding 524 timeout on large audio uploads.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Jeff Emmett 2026-02-09 20:16:25 +00:00
parent 8068a64265
commit c06e17c016
1 changed files with 3 additions and 1 deletions

View File

@ -70,7 +70,9 @@ services:
- net.ipv4.ip_forward=1 - net.ipv4.ip_forward=1
extra_hosts: extra_hosts:
- "host.docker.internal:host-gateway" - "host.docker.internal:host-gateway"
- "whisper.jeffemmett.com:host-gateway" networks:
- default
- traefik-public
restart: unless-stopped restart: unless-stopped
worker: worker: