Skip to content

Commit

Permalink
fix: reference service should wait for db to start
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlougheed committed Sep 30, 2024
1 parent 84f6f21 commit 525bc7c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/reference/docker-compose.reference.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ services:
- reference-db-net
expose:
- ${BENTO_REFERENCE_INTERNAL_PORT}
depends_on:
reference-db:
condition: service_healthy
environment:
- BENTO_UID
- BENTO_DEBUG=False
Expand Down

0 comments on commit 525bc7c

Please sign in to comment.