Deploy

Move the same image. Change environment variables. Do not fork the code.

SaaS, private cloud, or a box you control. Data lives in SI_DATA_DIR. Models are pointed at by keys and endpoints.

docker compose up --build

# or
PORT=3000
HOSTNAME=0.0.0.0
SI_DATA_DIR=/data
SI_DEPLOYMENT=private_cloud
CUSTOM_LLM_ENDPOINT=https://your-model.example/v1/chat/completions

What does not change when you move hosts

  • Application source and scoring logic
  • Connector contracts and LinkedIn policy (still never scrape)
  • Plan entitlements — you still pick Starter through Enterprise