Deployment Options
Self-Hosting Options
Section titled “Self-Hosting Options”FlightStack can be self-hosted on your own infrastructure.
Deployment Options
Section titled “Deployment Options”| Option | Best For |
|---|---|
| Docker Compose | Small teams, local dev |
| Kubernetes | Large teams, production |
| Single Server | Personal use |
Requirements
Section titled “Requirements”- PostgreSQL 14+
- Redis (optional, for caching)
- 2GB RAM minimum
- SSL certificate (production)
Quick Start
Section titled “Quick Start”# Clone the repositorygit clone https://github.com/voostack/flightstack-selfhost
# Configure environmentcp .env.example .env# Edit .env with your settings
# Start with Dockerdocker-compose up -dSee detailed guides: