Skip to content

Commit 8234a54

Browse files
exaby73transistive
authored andcommitted
refactor: Add depends_on to client container in docker-compose-neo4j-4.yml
1 parent cb4a302 commit 8234a54

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docker-compose-neo4j-4.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ services:
3535
- .:/opt/project
3636
env_file:
3737
- .env
38+
depends_on:
39+
neo4j:
40+
condition: service_healthy
3841
testkit-backend:
3942
build:
4043
context: .

0 commit comments

Comments
 (0)