Skip to content

Commit 12032c5

Browse files
update compose file for changes in billing service
1 parent dd0c0a2 commit 12032c5

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

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

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,15 @@ services:
8989
billing-platform-service:
9090
condition: service_started
9191
restart: on-failure
92-
command: ["db", "populate-data", "--environment=local", "--billing-client-url=billing-platform-service:2222", "--simple-linking", "--dsn=${DEFAULT_DSN:-}"]
92+
command: ["db", "populate-data", "--linking-mode=basic", "--use-env-file"]
9393
environment:
9494
TEST_OWNERS: ${TEST_OWNERS:-}
95+
DISABLE_AUTH: true
96+
BILLING_SERVER_PORT: 2222
97+
WORKFLOW_OWNERSHIP_PROOF_SERVER_HOST: 0.0.0.0
9598
MAINNET_CAPABILITIES_REGISTRY_CHAIN_SELECTOR: ${MAINNET_CAPABILITIES_REGISTRY_CHAIN_SELECTOR:-}
99+
DB_HOST: postgres
100+
DB_PORT: 5432
101+
DB_NAME: billing_platform
102+
DB_USERNAME: postgres
103+
DB_PASSWORD: postgres

0 commit comments

Comments
 (0)