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¶
- Environment Configuration
- Production Deployment
- CI/CD Pipeline
- Database Backups
- Monitoring & Logging
- Security Hardening
- Scaling Guide
Quick Start¶
- Set up environment variables
- Configure PostgreSQL database
- Run migrations
- Collect static files
- Start Gunicorn and Nginx
- Configure Celery workers
See Production Deployment for detailed steps.