Skip to content

Commit a9a5ab9

Browse files
reduce linking service requirement
1 parent bbeeb8b commit a9a5ab9

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,12 @@ services:
1010
condition: service_started
1111
restart: on-failure
1212
tty: true
13-
command: ["grpc-service"]
13+
command: ["grpc", "billing", "reserve"]
1414
environment:
1515
DISABLE_AUTH: true
1616
PROMETHEUS_PORT: 2112
1717
BILLING_SERVER_PORT: 2222
1818
CREDIT_RESERVATION_SERVER_PORT: 2223
19-
WORKFLOW_OWNERSHIP_PROOF_SERVER_PORT: 2257
2019
WORKFLOW_OWNERSHIP_PROOF_SERVER_HOST: 0.0.0.0
2120
MAINNET_WORKFLOW_REGISTRY_CHAIN_SELECTOR: ${MAINNET_WORKFLOW_REGISTRY_CHAIN_SELECTOR:-}
2221
TESTNET_WORKFLOW_REGISTRY_CHAIN_SELECTOR: ${MAINNET_WORKFLOW_REGISTRY_CHAIN_SELECTOR:-}
@@ -48,7 +47,6 @@ services:
4847
- "2112:2112"
4948
- "2222:2222"
5049
- "2223:2223"
51-
- "2257:2257"
5250
healthcheck:
5351
test: ["CMD", "grpc_health_probe", "-addr=localhost:2222"]
5452
interval: 200ms
@@ -89,6 +87,6 @@ services:
8987
billing-platform-service:
9088
condition: service_started
9189
restart: on-failure
92-
command: ["db", "populate-data", "--environment=local", "--billing-client-url=billing-platform-service:2222", "--linking-client-url=billing-platform-service:2257"]
90+
command: ["db", "populate-data", "--environment=local", "--billing-client-url=billing-platform-service:2222", "--simple-linking", "--dsn=postgres://postgres:postgres@postgres:5432/billing_platform?sslmode=disable"]
9391
environment:
9492
TEST_OWNERS: ${TEST_OWNERS:-}

0 commit comments

Comments
 (0)