fix healthcheck on convex service
This commit is contained in:
parent
dd7b9cedc9
commit
24cc4db51d
1 changed files with 1 additions and 1 deletions
|
|
@ -56,6 +56,6 @@ services:
|
||||||
backend:
|
backend:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: wget -qO- http://127.0.0.1:6791/
|
test: curl -f http://127.0.0.1:6791/
|
||||||
interval: 5s
|
interval: 5s
|
||||||
start_period: 5s
|
start_period: 5s
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue