Skip to content

Deployment Options

FlightStack can be self-hosted on your own infrastructure.

OptionBest For
Docker ComposeSmall teams, local dev
KubernetesLarge teams, production
Single ServerPersonal use
  • PostgreSQL 14+
  • Redis (optional, for caching)
  • 2GB RAM minimum
  • SSL certificate (production)
Terminal window
# Clone the repository
git clone https://github.com/voostack/flightstack-selfhost
# Configure environment
cp .env.example .env
# Edit .env with your settings
# Start with Docker
docker-compose up -d

See detailed guides: