From 102249cc1008a1a255d64f31310b1c347be6048b Mon Sep 17 00:00:00 2001 From: Daniel Date: Wed, 16 Sep 2026 03:53:53 +0200 Subject: [PATCH] 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. --- docker-compose.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docker-compose.yml b/docker-compose.yml index 1d9d1412..ebcbcc8f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -25,6 +25,9 @@ services: # 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. # 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 LITELLM_TTS_MODEL: local-kokoro-tts LITELLM_TTS_VOICE: sherpa/kokoro:am_adam