| title | PostgreSQL Setup |
|---|---|
| description | Set up Decision Engine with a PostgreSQL database. |
This page provides PostgreSQL-focused commands. For the full end-to-end setup — CLI, Docker, Compose, Helm — see the Local Setup Guide.
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"}