This page provides PostgreSQL-focused commands. The full end-to-end setup (CLI, Docker, Compose, Helm) is in local-setup.md.
export DECISION_ENGINE_TAG=v1.4
COMPOSE_PROFILES= docker compose --profile postgres-ghcr up -dWith dashboard + docs:
COMPOSE_PROFILES= docker compose --profile dashboard-postgres-ghcr up -dCOMPOSE_PROFILES= docker compose --profile postgres-local up -d --buildWith dashboard + docs:
COMPOSE_PROFILES= docker compose --profile dashboard-postgres-local up -d --buildmake init-pg-ghcr
make init-pg-localcurl http://localhost:8080/healthExpected response:
{"message":"Health is good"}