fix: healthcheck uses HTTPS + -k for self-signed cert
Some checks failed
Lint and Build / format (push) Successful in 35s
Lint and Build / clippy (push) Successful in 1m40s
Lint and Build / build (push) Successful in 3m45s
Lint and Build / test (push) Failing after 1s

This commit is contained in:
goose 2026-07-14 13:00:30 -03:00
parent 0d33a2c1af
commit 147d722570

View file

@ -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