Skip to content

Commit 9c12443

Browse files
authored
Fix compose (#33)
* Fix compose * update deps
1 parent 146e24f commit 9c12443

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker-compose-integration.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ services:
1111
networks:
1212
- network
1313
depends_on:
14-
- jellyfish
14+
jellyfish:
15+
condition: service_healthy
1516

1617
jellyfish:
1718
extends:

0 commit comments

Comments
 (0)