This is just Typesense + the ability to use Docker healthcheck
apt-get -y update && apt-get install -y curl
healthcheck:
test: "curl -H \"X-TYPESENSE-API-KEY:${TYPESENSE_API_KEY}\" --fail http://localhost:8108/debug/ || exit 1"
start_period: 5s
interval: 10s
timeout: 3s
retries: 3
Content type
Image
Digest
sha256:8b16bfa84…
Size
376.7 MB
Last updated
6 months ago
docker pull ismaail/typesense