Skip to content

Docker Lab Walkthrough

This walkthrough mirrors the production deployment topology on a single host — handy for evaluation and integration testing before you deploy to an edge box.

  • Inference runtime (ONNX/TensorRT)
  • Datasource gateway with MQTT broker
  • Web dashboard
  • Postgres for metadata + Redis for cache
  1. Clone the lab repo.
  2. Copy .env.example to .env and set XISOM_LICENSE_KEY.
  3. docker compose --profile full up -d
  4. Wait for health: ok on all services.
  5. Open the dashboard and run the seed script.
  • Open Observability → Inference Stats — you should see traffic from the seed model.
  • Trigger the synthetic anomaly: make synthetic-anomaly — alerts panel lights up.
Terminal window
docker compose down -v

Services not reaching health: ok, or no traffic in the dashboard — see the Troubleshooting runbook.