Skip to content

Quick Start

Use Docker Compose to run the full stack locally:

docker compose up --build

This will run:

  • app, which hosts the infonchat frontend and backend
  • postgres, which is the local postgres database. You can substitute this with a remote database such as neon cloud, provided whatever database you use is supported by psycopg3
  • otel-lgtm, which is an all in one observability backend by grafana. You can substitute this for any opentelemetry (OTLP) compatible backend.

The app container will automatically run any database migrations needed when the container first starts.