Typesense

Blazing fast, typo-tolerant open source search engine optimized for developer happiness and ease of use.

Directory Structure

    • .env
    • docker-compose.yml

docker-compose.yml

version: '3.9'
 
services:
  typesense:
    image: typesense/typesense:27.1
    ports:
      - "8108:8108"
    volumes:
      - ./typesense-data:/data
    command: '--data-dir /data --api-key=xyz --enable-cors'
    restart: on-failure

Resources

Website: https://typesense.org/

GitHub: https://github.com/typesense/typesense

Docker Hub: https://hub.docker.com/r/typesense/typesense

Configuration: https://typesense.org/docs/guide/install-typesense.html