Skip to content

Commit bf5651e

Browse files
committed
Removed bug in bunny-wrapper test-compose.yml
1 parent 1bf7024 commit bf5651e

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

docker/bunny-wrapper/test.compose.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,8 @@ services:
1313
omop-lite:
1414
image: ghcr.io/health-informatics-uon/omop-lite
1515
depends_on:
16-
depends_on:
17-
db:
18-
condition: service_healthy
16+
db:
17+
condition: service_healthy
1918
environment:
2019
DB_HOST: db
2120
DB_PASSWORD: postgres
@@ -32,7 +31,7 @@ services:
3231
- "--output /tmp/output/output.json"
3332
volumes:
3433
- ./availability.json:/var/queries/availability.json
35-
- ./test-output:/tmp/output
34+
- ./test-output:/tmp/output
3635
environment:
3736
postgresServer: db
3837
postgresPort: 5432

0 commit comments

Comments
 (0)