Skip to main content

Overview

This section covers how to deploy Knowledge Stack, whether you are running it locally for development or deploying to production.

Local Development

See the Quickstart guide for getting started locally.

Required Services

Knowledge Stack depends on several infrastructure services. In development, these are started automatically via Docker Compose:

Starting the Development Stack

The API will be available at http://localhost:8000 (or https://localhost:18000 via the Nginx proxy), with interactive API documentation at /api/docs.

Environment Configuration

Production Deployment

Building Production Images

CI/CD

Knowledge Stack includes automated CI/CD pipelines for testing, building, and deploying. See the CI/CD documentation for details.