Skip to content

Commit 12d26c7

Browse files
update compose file for changes in billing service
1 parent dd0c0a2 commit 12d26c7

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

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

Lines changed: 12 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:-}
@@ -89,7 +91,16 @@ services:
8991
billing-platform-service:
9092
condition: service_started
9193
restart: on-failure
92-
command: ["db", "populate-data", "--environment=local", "--billing-client-url=billing-platform-service:2222", "--simple-linking", "--dsn=${DEFAULT_DSN:-}"]
94+
command: ["db", "populate-data", "--linking-mode=basic"]
9395
environment:
96+
N_WORKFLOW_ORACLES: 4
97+
ORGANIZATION_ID: "integration-test-aggregation-org-happy-path-odd-quorum"
98+
BILLING_CLIENT_URL: "billing-platform-service:2222"
9499
TEST_OWNERS: ${TEST_OWNERS:-}
100+
DISABLE_AUTH: true
95101
MAINNET_CAPABILITIES_REGISTRY_CHAIN_SELECTOR: ${MAINNET_CAPABILITIES_REGISTRY_CHAIN_SELECTOR:-}
102+
DB_HOST: postgres
103+
DB_PORT: 5432
104+
DB_NAME: billing_platform
105+
DB_USERNAME: postgres
106+
DB_PASSWORD: postgres

0 commit comments

Comments
 (0)