Deployment Automation
Local Development with Docker
# Start core services
docker compose up -d
# Start with monitoring stack
docker compose -f docker-compose.yaml -f docker-compose.monitoring.yaml up -dServices
Service
Description
Local URL
Environment Variables
Production Deployment to Kubernetes
GitOps with ArgoCD
Environment
Sync Policy
Details
GitHub Actions Workflow Structure
Workflow
File
Purpose
Deployment Triggers
Environment
Trigger
Supply Chain Security
Rollback Procedures
Method
Scope
Details
Infrastructure as Code
Module
Purpose
Last updated