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
docker compose --profile postgres-ghcr up -dWith dashboard + docs:
docker compose --profile dashboard-postgres-ghcr up -ddocker compose --profile postgres-local up -d --buildWith dashboard + docs:
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"}