We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cff7d37 + ffa6212 commit 44844f3Copy full SHA for 44844f3
1 file changed
docker-compose.yaml
@@ -478,6 +478,8 @@ services:
478
environment:
479
AFM_EXEC_SERVICE_HOST: afm-exec-api
480
AFM_EXEC_SERVICE_PORT: 9000
481
+ GEN_AI_HTTP_HOST: localhost
482
+ GEN_AI_HTTP_PORT: 8989
483
AUTH_SERVICE_HOST: auth-service
484
AUTH_SERVICE_PORT: 9050
485
AUTOMATION_HOST: automation
@@ -500,6 +502,8 @@ services:
500
502
MCP_SERVER_PORT: 9200
501
503
GRPC_METADATA_HOST: metadata-api
504
GRPC_METADATA_PORT: 6572
505
+ GRPC_MDSINK_HOST: gateway-md-sink
506
+ GRPC_MDSINK_PORT: 6574
507
GATEWAY_ORGANIZATION_RESOLVER_TYPE: GRPC_WITH_DB_VALIDATION
508
GATEWAY_R2DBC_URL: 'r2dbc:postgresql://postgres:5432/gw?reWriteBatchedInserts=true'
509
GATEWAY_DB_USERNAME: postgres
0 commit comments