Fountain Coach Gitowner-controlled · read only

fountainai-typesense.git · README.md

fountainai-typesense.git / README.md

revision f155d317771823a359306ea6a556dd4d1c5fc7b8 · complete file

# fountainai-typesense

This repository provides a custom containerized Typesense service, preconfigured for use within the FountainAI ecosystem.

## Purpose

- Hosted under `ghcr.io/fountain-coach/fountainai-typesense`
- Used in `fountainai-stack.yml` to provide internal semantic indexing
- Allows future baking of schema, collections, and development defaults

## Image Usage

```yaml
typesense:
  image: ghcr.io/fountain-coach/fountainai-typesense:latest
  command: "--data-dir /data --api-key=xyz"
  ports:
    - "8108:8108"
  volumes:
    - typesense_data:/data
  environment:
    - TYPESENSE_API_KEY=xyz
```

## Status

This image is currently based on `typesense/typesense:0.24.1` and adds no schema or customization yet. Future versions may preload schema for faster onboarding.

## License

MIT License.