fix: healthcheck uses HTTPS + -k for self-signed cert
This commit is contained in:
parent
0d33a2c1af
commit
147d722570
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ services:
|
||||||
backend:
|
backend:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "curl", "-sf", "http://localhost:6501/"]
|
test: ["CMD", "curl", "-skf", "https://localhost:6501/"]
|
||||||
interval: 30s
|
interval: 30s
|
||||||
timeout: 10s
|
timeout: 10s
|
||||||
retries: 3
|
retries: 3
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue