Skip to content

Commit

Permalink
Misc[docker]: adding dependency of bmqbrkr to bmqtool in single-node …
Browse files Browse the repository at this point in the history
…docker compose file

Signed-off-by: Aditya Kumar Praharaj <[email protected]>
  • Loading branch information
pts95 committed Oct 25, 2024
1 parent bb7d697 commit d500aaa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/single-node/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ services:
context: ../..
dockerfile: docker/Dockerfile
hostname: earth
depends_on:
bmqbrkr:
condition: service_started
# This "service" will exit immediately. It's OK, this is a
# container sitting on the same network as the single node, to be started
# in interactive mode with `docker-compose run`
Expand Down

0 comments on commit d500aaa

Please sign in to comment.