We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Use ECS Fargate + ALB + RDS MySQL.
ghcr.io/incredible-zetta/crm:v0.0.1-beta
Architecture tags are multi-platform (linux/amd64, linux/arm64).
linux/amd64
linux/arm64
Create an RDS MySQL 8 instance. Put ECS task and RDS in the same VPC. Security group: ECS tasks may connect to RDS TCP 3306.
DSN:
DB_DSN=user:password@tcp(rds-endpoint:3306)/crmagents?parseTime=true&multiStatements=true
Store secrets in AWS Secrets Manager or SSM Parameter Store.
Container port:
8080
Environment:
MCP_API_KEY=<secret> BASE_URL=https://crm.example.com DB_DSN=<secret> EXPORT_DIR=/data/exports
For exports, use EFS mounted to:
/data/exports
/healthz
MCP_API_KEY
BASE_URL