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