sales fix
This commit is contained in:
@@ -22,6 +22,7 @@ x-app-env: &app_env
|
||||
KB_SERVICE_URL: http://kb-service:8000
|
||||
REPORTING_SERVICE_URL: http://reporting-service:8000
|
||||
SUPERVISOR_SERVICE_URL: http://supervisor-service:8000
|
||||
SALES_SERVICE_URL: http://sales-service:8000
|
||||
AI_VOICE_ASR_PROVIDER: yandex
|
||||
AI_VOICE_TTS_PROVIDER: yandex
|
||||
AI_VOICE_V2_STREAMING_ASR_BACKEND: yandex_speechkit
|
||||
@@ -195,6 +196,14 @@ services:
|
||||
<<: *app_env
|
||||
APP_MODULE: services.supervisor_service.app:app
|
||||
|
||||
sales-service:
|
||||
<<: *service_defaults
|
||||
environment:
|
||||
<<: *app_env
|
||||
APP_MODULE: services.sales_service.app:app
|
||||
SALES_TELEGRAM_BRIDGE_ENABLED: "1"
|
||||
SALES_VOICE_RUNTIME_ENABLED: "1"
|
||||
|
||||
event-bus-service:
|
||||
<<: *service_defaults
|
||||
environment:
|
||||
@@ -229,6 +238,7 @@ services:
|
||||
- kb-service
|
||||
- reporting-service
|
||||
- supervisor-service
|
||||
- sales-service
|
||||
- event-bus-service
|
||||
- asterisk-bridge-service
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user