fix: the sign-in line describes the app, and ped-ai drops a network it never used
Some checks failed
Forgejo Android APK / Root app tests (push) Successful in 49s
Forgejo Docker Build / Root app tests (push) Successful in 49s
Forgejo Android APK / Build signed APK (push) Successful in 2m5s
Forgejo Docker Build / Build Docker image (push) Successful in 11s
Forgejo Docker Build / Deploy to the host (push) Failing after 0s

"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 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Dv6sqaY6Vq3ChZHMem3cnU
This commit is contained in:
Daniel 2026-09-11 01:37:31 +02:00
parent 59c6ca6296
commit ca0be0a98e
2 changed files with 1 additions and 4 deletions

View file

@ -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

View file

@ -50,7 +50,7 @@
<div class="auth-box">
<div class="auth-logo">
<i class="fas fa-stethoscope"></i>
<p>AI-Powered Clinical Documentation</p>
<p>AI-Powered Pediatric Practice</p>
</div>
<!-- Login Form -->