Skip to content

Commit d057210

Browse files
set client url
1 parent fc9a1b8 commit d057210

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,9 @@ services:
9191
restart: on-failure
9292
command: ["db", "populate-data", "--linking-mode=basic"]
9393
environment:
94+
BILLING_CLIENT_URL: "http://billing-platform-service:2222"
9495
TEST_OWNERS: ${TEST_OWNERS:-}
9596
DISABLE_AUTH: true
96-
BILLING_SERVER_PORT: 2222
97-
WORKFLOW_OWNERSHIP_PROOF_SERVER_HOST: 0.0.0.0
9897
MAINNET_CAPABILITIES_REGISTRY_CHAIN_SELECTOR: ${MAINNET_CAPABILITIES_REGISTRY_CHAIN_SELECTOR:-}
9998
DB_HOST: postgres
10099
DB_PORT: 5432

0 commit comments

Comments
 (0)