Skip to content

Commit 032ca71

Browse files
committed
Re-write backend tests to use aidbox-project image for aidbox
1 parent 52185de commit 032ca71

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

example/backend/compose.test-env.yaml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
name: aidbox-python-sdk-example-tests
2-
volumes:
3-
aidbox-project-zen-package:
42
services:
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:

0 commit comments

Comments
 (0)