Releases: credebl/install
Releases · credebl/install
v2.1.1
Release v2.1.1
Overview
This release introduces CREDEBL’s complete deployment ecosystem, supporting both local development and AWS production infrastructure deployment.
Local Deployment Options
Run CREDEBL locally using either Docker or pnpm.
Docker Deployment
Located in docker-deployment/ — this setup uses Docker containers to quickly bring up all necessary services including the application, database, and supporting components for local testing.
Local Deployment (pnpm)
Located in local-deployment/ — this setup installs and runs CREDEBL directly on your machine using pnpm, providing a lightweight local development environment without Docker.
AWS Infrastructure Deployment
Located in terraform-script/ — this deployment provisions a full AWS environment for CREDEBL using Terraform.
It automatically creates and configures the following resources:
- ECS (Fargate) – containerized service hosting
- RDS (PostgreSQL) – managed database instance
- S3 – object storage for files and assets
- EFS – persistent shared storage for ECS tasks
- VPC – secure networking with subnets and routing
- ALB – load balancer for traffic distribution
- IAM Roles – fine-grained permissions and access control
- CloudWatch – centralized monitoring and logging
Included Directories
docker-deployment/– Docker-based local setuplocal-deployment/– pnpm-based local setupterraform-script/– AWS Terraform infrastructure