qibinlou / typesense-on-render

Deploy Latested Version Of Typesense on Render.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

typesense-on-render

Deploy Typesense on Render.com

Deploy to Render

Environment Variables

  • TYPESENSE_API_KEY -- A bootstrap admin API key that allows all operations. Be sure to create additional keys with specific ACLs using the key management API. (Default = {randomly_generated_key})
  • TYPESENSE_DATA_DIR -- Path to the directory where data will be stored on disk. Probably don't need to change this, as it's also in the render.yaml (Default = /typesense-data)
  • TYPESENSE_ENABLE_CORS -- Allow JavaScript client to access Typesense directly from the browser. (Default = true)

See full list of options you can configure here

About

Deploy Latested Version Of Typesense on Render.com

License:MIT License


Languages

Language:Dockerfile 100.0%