Docker Lab Walkthrough
Nội dung này hiện chưa có sẵn bằng ngôn ngữ của bạn.
This walkthrough mirrors the production deployment topology on a single host — handy for evaluation and integration testing before you deploy to an edge box.
What you’ll build
Section titled “What you’ll build”- Inference runtime (ONNX/TensorRT)
- Datasource gateway with MQTT broker
- Web dashboard
- Postgres for metadata + Redis for cache
- Clone the lab repo.
- Copy
.env.exampleto.envand setXISOM_LICENSE_KEY. docker compose --profile full up -d- Wait for
health: okon all services. - Open the dashboard and run the seed script.
Verify
Section titled “Verify”- Open Observability → Inference Stats — you should see traffic from the seed model.
- Trigger the synthetic anomaly:
make synthetic-anomaly— alerts panel lights up.
Tear down
Section titled “Tear down”docker compose down -vIf something goes wrong
Section titled “If something goes wrong”Services not reaching health: ok, or no traffic in the dashboard — see the
Troubleshooting runbook.