Deployment¶
AccessALI supports multiple deployment strategies for different environments.
Deployment Options¶
Docker Compose¶
Simple deployment for small-scale production or staging.
See: Docker Compose Deployment
Kubernetes¶
Scalable deployment for production with auto-scaling.
Vercel (Planned)¶
Serverless deployment for maximum scalability.
Environments¶
- Development - Local Docker environment
- Staging - Kubernetes cluster or Vercel preview
- Production - Kubernetes cluster or Vercel production
CI/CD Pipeline¶
Automated deployment pipeline using GitHub Actions.
See: CI/CD Setup
Production Checklist¶
Before deploying to production, review the checklist.
See: Production Checklist