fix: txn-bot has no depends_on: ponder in docker-compose (#898)

This commit is contained in:
openhands 2026-03-17 07:47:12 +00:00
parent 6a4831c51c
commit f323a00f55

View file

@ -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"]