Skip to content

Commit 882b1e9

Browse files
authored
Update docker-compose.yaml
Signed-off-by: Nitish Tiwari <[email protected]>
1 parent 24b263d commit 882b1e9

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docker-compose.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,10 @@ services:
7777
networks:
7878
- parseable-internal
7979
depends_on:
80-
- parseable
81-
- quest:
82-
condition: service_completed_successfully
80+
parseable:
81+
condition: service_started
82+
quest:
83+
condition: service_completed_successfully
8384
deploy:
8485
restart_policy:
8586
condition: on-failure

0 commit comments

Comments
 (0)