Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 802 Bytes

File metadata and controls

15 lines (12 loc) · 802 Bytes

Deploying c2detect

c2detect ships a container and is deployable to any cloud or orchestrator.

Target How
Docker Compose docker compose -f deploy/docker-compose.yml up -d
Kubernetes kubectl apply -f deploy/k8s.yaml
Terraform cd deploy/terraform && terraform init && terraform apply
AWS ECS Fargate / App Runner / Lambda (container image) from ghcr.io/cognis-digital/c2detect
Azure Container Apps / ACI: az containerapp create --image ghcr.io/cognis-digital/c2detect
GCP Cloud Run: gcloud run deploy c2detect --image ghcr.io/cognis-digital/c2detect
Fly.io / Render / Railway point at the Dockerfile

CI publishes the image to GHCR on tag push (.github/workflows/docker-publish.yml).