Merge pull request 'fix: webapp service has no depends_on ponder (#908)' (#1092) from fix/issue-908 into master

This commit is contained in:
johba 2026-03-22 04:24:03 +01:00
commit ebfa00a2b9

View file

@ -139,6 +139,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:5173/"] test: ["CMD", "wget", "--spider", "-q", "http://127.0.0.1:5173/"]