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 3f86bc3 commit 5fda4cdCopy full SHA for 5fda4cd
deploy/docker-compose-build.yml
@@ -11,6 +11,8 @@ services:
11
depends_on:
12
- ballerine-workflow-service
13
restart: on-failure
14
+ environment:
15
+ VITE_DOMAIN: ${VITE_DOMAIN}
16
ballerine-kyb-app:
17
container_name: kyb-app
18
build:
@@ -23,7 +25,7 @@ services:
23
25
24
26
27
environment:
- VITE_API_URL: 'http://${DOMAIN_NAME:-localhost:3000}/api/v1/'
28
29
VITE_KYB_DEFINITION_ID: 'kyb_parent_kyc_session_example'
30
ballerine-workflow-service:
31
container_name: workflow-service
0 commit comments