chore: the app reaches the gateway by container name, not the public host

LITELLM_API_BASE came from OpenBao as https://llm.danvics.com, so every AI
call in the app also depended on Caddy, public DNS and edge TLS being up.
Pinned to the compose network while the public hostname is being taken off
the internet, at the user's request.
This commit is contained in:
Daniel 2026-09-16 03:53:53 +02:00
parent ac3e6bf3f0
commit 102249cc10

View file

@ -25,6 +25,9 @@ services:
# The cost is not speed (~19ms on calls taking hundreds) — it is that # The cost is not speed (~19ms on calls taking hundreds) — it is that
# AI calls now depend on Caddy, public DNS and edge TLS being up. # AI calls now depend on Caddy, public DNS and edge TLS being up.
# To pin ped-ai to the container network instead, set it here. # To pin ped-ai to the container network instead, set it here.
# Pinned 2026-09-15 at the user's request: the proxy by container name,
# off the public hostname, which is being taken off the internet.
LITELLM_API_BASE: http://litellm-litellm-1:4000
TTS_PROVIDER: litellm TTS_PROVIDER: litellm
LITELLM_TTS_MODEL: local-kokoro-tts LITELLM_TTS_MODEL: local-kokoro-tts
LITELLM_TTS_VOICE: sherpa/kokoro:am_adam LITELLM_TTS_VOICE: sherpa/kokoro:am_adam