Skip to content

Deployment Overview

This section covers deploying Arctyk ITSM to production environments.


Deployment Options

  • DigitalOcean Droplet - Current production setup
  • Docker Compose - Development and small deployments
  • Kubernetes - Large-scale deployments (future)

Key Topics


Quick Start

  1. Set up environment variables
  2. Configure PostgreSQL database
  3. Run migrations
  4. Collect static files
  5. Start Gunicorn and Nginx
  6. Configure Celery workers

See Production Deployment for detailed steps.