# Deployment

- [Run with Docker](/deployment/local.md): How to run locally with Docker.
- [Deploy with Helm chart](/deployment/helm.md)
- [Authenticating HTTP request with Nginx](/deployment/auth-nginx.md): How to authenticate HTTP request with Nginx
- [Configuration](/deployment/configuration.md): How Authgear is configured
- [Environment Variables](/deployment/configuration/env.md): Environment variables provides global configuration
- [authgear.yaml](/deployment/configuration/authgear.yaml.md): This is the main configuration file affecting every aspect of Authgear.
- [authgear.secrets.yaml](/deployment/configuration/authgear.secrets.yaml.md): This is the configuration file containing various secrets used in Authgear.
- [Architecture Guides](/deployment/architecture-guides.md)
- [AWS Reference Architecture](/deployment/architecture-guides/aws-reference-architecture.md)
- [Azure Reference Architecture](/deployment/architecture-guides/azure-reference-architecture.md)
- [Google Cloud Reference Architecture](/deployment/architecture-guides/google-cloud-reference-architecture.md)
- [Throughput Scaling Reference](/deployment/architecture-guides/throughput-scaling-reference.md)
