Move ai-voice-runtime-service host port off 9019 to avoid cross-tenant conflict
deploy / deploy (push) Canceled after 24h48m11s

A separate deployment on the same host (aimaq-call-center) already binds
127.0.0.1:9019, so this project's ai-voice-runtime-service could never
start there. Remap the host side to 9024 and point Asterisk's
AudioSocket target at the new port; the container still listens on 9019
internally.
This commit is contained in:
2026-08-20 23:22:16 +05:00
parent 13ef87eb2c
commit ffa779ffa0
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -162,7 +162,7 @@ services:
<<: *app_env
APP_MODULE: services.ai_voice_runtime_service.app:app
ports:
- "9019:9019"
- "9024:9019"
webchat-adapter-service:
<<: *service_defaults