Move ai-voice-runtime-service host port off 9019 to avoid cross-tenant conflict
deploy / deploy (push) Canceled after 24h48m11s
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user