Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Set up Decision Engine with a MySQL database.
export DECISION_ENGINE_TAG=v1.4 COMPOSE_PROFILES= docker compose --profile mysql-ghcr up -d
COMPOSE_PROFILES= docker compose --profile dashboard-mysql-ghcr up -d
COMPOSE_PROFILES= docker compose --profile mysql-local up -d --build
COMPOSE_PROFILES= docker compose --profile dashboard-mysql-local up -d --build
make init-mysql-ghcr make init-mysql-local
curl http://localhost:8080/health
{"message":"Health is good"}
Was this page helpful?