Merge pull request 'fix: txn-bot has no depends_on: ponder in docker-compose (#898)' (#907) from fix/issue-898 into master
This commit is contained in:
commit
4c040e6a30
1 changed files with 3 additions and 0 deletions
|
|
@ -195,6 +195,9 @@ services:
|
|||
restart: unless-stopped
|
||||
networks:
|
||||
- harb-network
|
||||
depends_on:
|
||||
ponder:
|
||||
condition: service_healthy
|
||||
logging: *default-logging
|
||||
healthcheck:
|
||||
test: ["CMD", "wget", "--spider", "-q", "http://127.0.0.1:43069/status"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue