From ca0be0a98e46d99e61d659dac3440fad9e3f18c5 Mon Sep 17 00:00:00 2001 From: Daniel Date: Fri, 11 Sep 2026 01:37:31 +0200 Subject: [PATCH] fix: the sign-in line describes the app, and ped-ai drops a network it never used MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit "AI-Powered Clinical Documentation" named about a third of what is here. Documentation is one pillar; the assistant and the learning hub are the others, and none of it said pediatric, which is both true and the differentiator. danvics_speech is gone from ped-ai. Everything ped-ai dials was checked against every network it joins: assets, libretranslate, litellm, mcp and monitoring-loki are the only internal hosts, and litellm answers to that alias on danvics_mcp already. supertonic/kokoro/sherpa appear here only as LiteLLM model ids and voice names, never as hostnames — speech goes through the gateway, exactly as intended. Joining danvics_speech therefore bought no reachability and cost a cold-boot dependency on local-speech-gateway, which had to have been up once before ped-ai could start at all. Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_01Dv6sqaY6Vq3ChZHMem3cnU --- docker-compose.yml | 3 --- public/index.html | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 862a26c1..443ac490 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -54,7 +54,6 @@ services: - default - danvics_mcp - danvics_monitoring - - danvics_speech - ped-ai-storage-assets - openwebui_openwebui healthcheck: @@ -114,8 +113,6 @@ networks: external: true danvics_monitoring: external: true - danvics_speech: - external: true ped-ai-storage-assets: external: true name: personal-assistant-storage-milvus_assets diff --git a/public/index.html b/public/index.html index f7a3bfa5..a1493cac 100644 --- a/public/index.html +++ b/public/index.html @@ -50,7 +50,7 @@