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 1
1
name : aidbox-python-sdk-example-tests
2
- volumes :
3
- aidbox-project-zen-package :
4
2
services :
5
3
aidbox-db :
6
4
image : " healthsamurai/aidboxdb:16.1"
@@ -11,22 +9,14 @@ services:
11
9
interval : 5s
12
10
timeout : 5s
13
11
retries : 10
14
- aidbox-project :
15
- build : ../aidbox-project
16
- image : ${AIDBOX_PROJECT_IMAGE}
17
- volumes :
18
- - aidbox-project-zen-package:/output
19
12
aidbox :
20
- image : healthsamurai/aidboxone:stable
13
+ image : ${AIDBOX_PROJECT_IMAGE}
14
+ build : ../aidbox-project
21
15
depends_on :
22
- aidbox-project :
23
- condition : service_completed_successfully
24
16
aidbox-db :
25
17
condition : service_healthy
26
18
env_file :
27
19
- ./env_tests/aidbox
28
- volumes :
29
- - aidbox-project-zen-package:/aidbox-project
30
20
environment :
31
21
AIDBOX_LICENSE : ${AIDBOX_LICENSE_TEST}
32
22
healthcheck :
You can’t perform that action at this time.
0 commit comments