We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bf7024 commit bf5651eCopy full SHA for bf5651e
1 file changed
docker/bunny-wrapper/test.compose.yml
@@ -13,9 +13,8 @@ services:
13
omop-lite:
14
image: ghcr.io/health-informatics-uon/omop-lite
15
depends_on:
16
- depends_on:
17
- db:
18
- condition: service_healthy
+ db:
+ condition: service_healthy
19
environment:
20
DB_HOST: db
21
DB_PASSWORD: postgres
@@ -32,7 +31,7 @@ services:
32
31
- "--output /tmp/output/output.json"
33
volumes:
34
- ./availability.json:/var/queries/availability.json
35
- - ./test-output:/tmp/output
+ - ./test-output:/tmp/output
36
37
postgresServer: db
38
postgresPort: 5432
0 commit comments