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 PostgreSQL database.
export DECISION_ENGINE_TAG=v1.4 COMPOSE_PROFILES= docker compose --profile postgres-ghcr up -d
COMPOSE_PROFILES= docker compose --profile dashboard-postgres-ghcr up -d
COMPOSE_PROFILES= docker compose --profile postgres-local up -d --build
COMPOSE_PROFILES= docker compose --profile dashboard-postgres-local up -d --build
make init-pg-ghcr make init-pg-local
curl http://localhost:8080/health
{"message":"Health is good"}
Was this page helpful?