Skip to content

Commit 44844f3

Browse files
authored
Merge pull request #1401 from gooddata/fix/docker-compose-missing-env-vars
fix(docker): add missing api-gw env vars for latest gateway image
2 parents cff7d37 + ffa6212 commit 44844f3

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docker-compose.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -478,6 +478,8 @@ services:
478478
environment:
479479
AFM_EXEC_SERVICE_HOST: afm-exec-api
480480
AFM_EXEC_SERVICE_PORT: 9000
481+
GEN_AI_HTTP_HOST: localhost
482+
GEN_AI_HTTP_PORT: 8989
481483
AUTH_SERVICE_HOST: auth-service
482484
AUTH_SERVICE_PORT: 9050
483485
AUTOMATION_HOST: automation
@@ -500,6 +502,8 @@ services:
500502
MCP_SERVER_PORT: 9200
501503
GRPC_METADATA_HOST: metadata-api
502504
GRPC_METADATA_PORT: 6572
505+
GRPC_MDSINK_HOST: gateway-md-sink
506+
GRPC_MDSINK_PORT: 6574
503507
GATEWAY_ORGANIZATION_RESOLVER_TYPE: GRPC_WITH_DB_VALIDATION
504508
GATEWAY_R2DBC_URL: 'r2dbc:postgresql://postgres:5432/gw?reWriteBatchedInserts=true'
505509
GATEWAY_DB_USERNAME: postgres

0 commit comments

Comments
 (0)