| title | weight |
|---|---|
Docker Compose |
1 |
- Docker and Docker Compose v2
git clone https://github.com/crestalnetwork/intentkit.git
cd intentkitcp .env.example .envEdit .env and set at least:
- OPENAI_API_KEY
Optional overrides if you want custom database credentials or ports:
- POSTGRES_USER, POSTGRES_PASSWORD, POSTGRES_DB
- AWS_S3_ACCESS_KEY_ID, AWS_S3_SECRET_ACCESS_KEY, AWS_S3_BUCKET
docker compose up -ddocker compose ps
curl http://localhost:8000/health- API: http://localhost:8000
- API docs: http://localhost:8000/redoc
- Frontend: http://localhost:3000
- RustFS S3 endpoint: http://localhost:9000
- RustFS console: http://localhost:9001
docker compose down