Skip to content

Commit

Permalink
refactor: Add depends_on to client container in docker-compose-neo4j-…
Browse files Browse the repository at this point in the history
…4.yml
  • Loading branch information
exaby73 committed Oct 9, 2024
1 parent 05a0c79 commit 2a6c6f0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker-compose-neo4j-4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ services:
- .:/opt/project
env_file:
- .env
depends_on:
neo4j:
condition: service_healthy
testkit-backend:
build:
context: .
Expand Down

0 comments on commit 2a6c6f0

Please sign in to comment.