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:
parent
8068a64265
commit
c06e17c016
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue