fix: webapp service has no depends_on ponder (#908)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
johba 2026-03-22 02:56:57 +00:00
parent e9d8f56709
commit 17b169c01e

View file

@ -139,6 +139,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:5173/"]