Skip to content

Commit 0f2ba9a

Browse files
update compose file
1 parent d057210 commit 0f2ba9a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

framework/components/dockercompose/billing_platform_service/docker-compose.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ services:
3434
MAINNET_CAPABILITIES_REGISTRY_RPC_URL: ${MAINNET_CAPABILITIES_REGISTRY_RPC_URL:-}
3535
TESTNET_CAPABILITIES_REGISTRY_RPC_URL: ${MAINNET_CAPABILITIES_REGISTRY_RPC_URL:-}
3636
MAINNET_CAPABILITIES_REGISTRY_FINALITY_DEPTH: ${MAINNET_CAPABILITIES_REGISTRY_FINALITY_DEPTH:-}
37+
N_WORKFLOW_ORACLES: 4
38+
ORGANIZATION_ID: "integration-test-aggregation-org-happy-path-odd-quorum"
3739
TEST_OWNERS: ${TEST_OWNERS:-}
3840
STREAMS_API_URL: ${STREAMS_API_URL:-}
3941
STREAMS_API_KEY: ${STREAMS_API_KEY:-}
@@ -91,7 +93,9 @@ services:
9193
restart: on-failure
9294
command: ["db", "populate-data", "--linking-mode=basic"]
9395
environment:
94-
BILLING_CLIENT_URL: "http://billing-platform-service:2222"
96+
N_WORKFLOW_ORACLES: 4
97+
ORGANIZATION_ID: "integration-test-aggregation-org-happy-path-odd-quorum"
98+
BILLING_CLIENT_URL: "billing-platform-service:2222"
9599
TEST_OWNERS: ${TEST_OWNERS:-}
96100
DISABLE_AUTH: true
97101
MAINNET_CAPABILITIES_REGISTRY_CHAIN_SELECTOR: ${MAINNET_CAPABILITIES_REGISTRY_CHAIN_SELECTOR:-}

0 commit comments

Comments
 (0)