Merge pull request 'fix: webapp service has no depends_on ponder (#908)' (#1092) from fix/issue-908 into master
This commit is contained in:
commit
ebfa00a2b9
1 changed files with 3 additions and 0 deletions
|
|
@ -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/"]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue