sales fix
This commit is contained in:
@@ -295,6 +295,19 @@ services:
|
||||
ports:
|
||||
- "8010:8000"
|
||||
|
||||
sales-service:
|
||||
build: ..
|
||||
depends_on: [postgres, rabbitmq]
|
||||
environment:
|
||||
<<: *app_env
|
||||
APP_MODULE: services.sales_service.app:app
|
||||
SALES_TELEGRAM_BRIDGE_ENABLED: "1"
|
||||
SALES_VOICE_RUNTIME_ENABLED: "1"
|
||||
volumes:
|
||||
- ../.data:/app/.data
|
||||
ports:
|
||||
- "8020:8000"
|
||||
|
||||
event-bus-service:
|
||||
build: ..
|
||||
depends_on: [postgres, rabbitmq]
|
||||
@@ -342,6 +355,7 @@ services:
|
||||
- kb-service
|
||||
- reporting-service
|
||||
- supervisor-service
|
||||
- sales-service
|
||||
- event-bus-service
|
||||
- asterisk-bridge-service
|
||||
environment:
|
||||
@@ -364,6 +378,7 @@ services:
|
||||
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
|
||||
ports:
|
||||
- "8080:8000"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user