Skip to content

Commit

Permalink
feat(docker): add service_healthy condition to docker-compose.yml (
Browse files Browse the repository at this point in the history
…#903)

Add 'service_healthy' condition for Hornet
  • Loading branch information
Alex6323 authored Nov 18, 2022
1 parent a28623d commit 77df296
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,13 @@ services:

inx-chronicle:
container_name: inx-chronicle
depends_on: [mongo, hornet]
depends_on:
influx:
condition: service_started
mongo:
condition: service_started
hornet:
condition: service_healthy
build:
context: ..
dockerfile: docker/Dockerfile.debug
Expand Down

0 comments on commit 77df296

Please sign in to comment.