Skip to content

Commit 5fda4cd

Browse files
chore: modify docker compose to work with runtime env variables
1 parent 3f86bc3 commit 5fda4cd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

deploy/docker-compose-build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ services:
1111
depends_on:
1212
- ballerine-workflow-service
1313
restart: on-failure
14+
environment:
15+
VITE_DOMAIN: ${VITE_DOMAIN}
1416
ballerine-kyb-app:
1517
container_name: kyb-app
1618
build:
@@ -23,7 +25,7 @@ services:
2325
- ballerine-workflow-service
2426
restart: on-failure
2527
environment:
26-
VITE_API_URL: 'http://${DOMAIN_NAME:-localhost:3000}/api/v1/'
28+
VITE_DOMAIN: ${VITE_DOMAIN}
2729
VITE_KYB_DEFINITION_ID: 'kyb_parent_kyc_session_example'
2830
ballerine-workflow-service:
2931
container_name: workflow-service

0 commit comments

Comments
 (0)