File tree Expand file tree Collapse file tree 1 file changed +2
-12
lines changed
Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Original file line number Diff line number Diff line change 11name : aidbox-python-sdk-example-tests
2- volumes :
3- aidbox-project-zen-package :
42services :
53 aidbox-db :
64 image : " healthsamurai/aidboxdb:16.1"
@@ -11,22 +9,14 @@ services:
119 interval : 5s
1210 timeout : 5s
1311 retries : 10
14- aidbox-project :
15- build : ../aidbox-project
16- image : ${AIDBOX_PROJECT_IMAGE}
17- volumes :
18- - aidbox-project-zen-package:/output
1912 aidbox :
20- image : healthsamurai/aidboxone:stable
13+ image : ${AIDBOX_PROJECT_IMAGE}
14+ build : ../aidbox-project
2115 depends_on :
22- aidbox-project :
23- condition : service_completed_successfully
2416 aidbox-db :
2517 condition : service_healthy
2618 env_file :
2719 - ./env_tests/aidbox
28- volumes :
29- - aidbox-project-zen-package:/aidbox-project
3020 environment :
3121 AIDBOX_LICENSE : ${AIDBOX_LICENSE_TEST}
3222 healthcheck :
You can’t perform that action at this time.
0 commit comments