3 Commits
Author SHA1 Message Date
arystanbek 7d049e83fe fix: commit pending host drift, enable emotive ack rotation
deploy / deploy (push) Successful in 44s
docker-compose.override.yml: VAD tuning (RMS threshold, min speech, trailing
silence), no-speech reprompt, immediate_short ack mode, media idle timeout --
all previously live on prod but uncommitted. AI_VOICE_V2_EMOTIVE_ACK_ENABLED
flipped 0 -> 1: this flag was silently disabling filler-phrase rotation
regardless of the app-level 36c2acb fix.

docker-compose.minimal.yml: removed the voice-ai (Magzhan legacy) service
and its dependency, matching what was actually running.

docker-compose.yml: added common_network to api-gateway.
2026-08-30 07:56:40 +00:00
arystanbek 36560d44b7 fix: remove voice.py/ai_operator_config.py host bind-mounts
deploy / deploy (push) Successful in 1m23s
These files now come from the call-center image (git-tracked as of
digiops/call-center 13ba8f8) instead of a host override that bypassed
CI. The same mounts also existed uncommitted in docker-compose.override.yml
on this host -- removed there too (not part of this commit, see local
working tree).
2026-08-30 07:48:17 +00:00
arystanbek f700beb99c ci: add Gitea Actions deploy workflow
deploy / deploy (push) Failing after 3s
2026-08-12 15:15:19 +00:00