We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc9a1b8 commit d057210Copy full SHA for d057210
framework/components/dockercompose/billing_platform_service/docker-compose.yml
@@ -91,10 +91,9 @@ services:
91
restart: on-failure
92
command: ["db", "populate-data", "--linking-mode=basic"]
93
environment:
94
+ BILLING_CLIENT_URL: "http://billing-platform-service:2222"
95
TEST_OWNERS: ${TEST_OWNERS:-}
96
DISABLE_AUTH: true
- BILLING_SERVER_PORT: 2222
97
- WORKFLOW_OWNERSHIP_PROOF_SERVER_HOST: 0.0.0.0
98
MAINNET_CAPABILITIES_REGISTRY_CHAIN_SELECTOR: ${MAINNET_CAPABILITIES_REGISTRY_CHAIN_SELECTOR:-}
99
DB_HOST: postgres
100
DB_PORT: 5432
0 commit comments