GitDeployHub

slievrly/db-gpt

github.com/slievrly/db-gpt ↗
Python
11 environment variables found in .env.template

Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.

  • LLM_MODEL ** LLM MODELS
  • MODEL_SERVER
  • LIMIT_MODEL_CONCURRENCY
  • MAX_POSITION_EMBEDDINGS
  • LOCAL_DB_USER ** DATABASE SETTINGS
  • LOCAL_DB_PASSWORD secret
  • LOCAL_DB_HOST
  • LOCAL_DB_PORT
  • EXECUTE_LOCAL_COMMANDS ** COMMANDS
  • ALLOWLISTED_PLUGINS ALLOWLISTED_PLUGINS Sets the listed plugins that are allowed (Example: plugin1,plugin2,plugin3) DENYLISTED_PLUGINS Sets the listed plugins…
  • DENYLISTED_PLUGINS
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/slievrly/db-gpt
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/slievrly/db-gpt
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/slievrly/db-gpt
Or deploy to a different host
← Try another repo