Skip to content

Commit

Permalink
Re-write backend tests to use aidbox-project image for aidbox
Browse files Browse the repository at this point in the history
  • Loading branch information
ruscoder committed Nov 19, 2024
1 parent 52185de commit 032ca71
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions example/backend/compose.test-env.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
name: aidbox-python-sdk-example-tests
volumes:
aidbox-project-zen-package:
services:
aidbox-db:
image: "healthsamurai/aidboxdb:16.1"
Expand All @@ -11,22 +9,14 @@ services:
interval: 5s
timeout: 5s
retries: 10
aidbox-project:
build: ../aidbox-project
image: ${AIDBOX_PROJECT_IMAGE}
volumes:
- aidbox-project-zen-package:/output
aidbox:
image: healthsamurai/aidboxone:stable
image: ${AIDBOX_PROJECT_IMAGE}
build: ../aidbox-project
depends_on:
aidbox-project:
condition: service_completed_successfully
aidbox-db:
condition: service_healthy
env_file:
- ./env_tests/aidbox
volumes:
- aidbox-project-zen-package:/aidbox-project
environment:
AIDBOX_LICENSE: ${AIDBOX_LICENSE_TEST}
healthcheck:
Expand Down

0 comments on commit 032ca71

Please sign in to comment.