We use the official Typesense Docker image.
Typesense is an optional service and is not installed or enabled by default. To enable it, add the typesense.yml file to your COMPOSE_FILE list in the .env file. For example, on Unix systems:
COMPOSE_FILE=docker-compose.yml:opt/typesense.ymlAfter updating the .env file, run docker compose up -d --remove-orphans to start the service.
| Parameter | Value |
|---|---|
| Host | typesense (from a container)localhost (from your computer) |
| Port | 8108 |
| Password | typesense_admin_key |