<https://typesense.org/docs/guide/install-typesens...
# community-help
i
https://typesense.org/docs/guide/install-typesense.html#%F0%9F%86%97-health-check says Health Check You can use the
/health
API end-point to verify that the server is ready to accept requests.
Copy code
curl <http://localhost:8108/health>
{"ok":true}
but that doesnt seem usable when in docker compose
👍 1