Files
AFFAANhandClaude Opus 5 19e1e84fb7 Initial commit: MaskanX backend
Independent FastAPI backend for the MaskanX agentic growth platform.

Includes the agent runtime, MCP client integrations (Meta Ads, LinkedIn,
HubSpot, Tavily, Exa, xAI, Citedy, image generation), PostgreSQL storage
for chats and cron jobs, provider and secret management, and the CLI.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-08-01 10:28:22 +05:30

21 lines
489 B
YAML

services:
- type: web
name: maskanx-backend
runtime: docker
dockerfilePath: ./Dockerfile
plan: starter
healthCheckPath: /api/version
envVars:
- key: CITEDY_API_KEY
sync: false
- key: TELEGRAM_BOT_TOKEN
sync: false
- key: MASKANX_ENABLED_CHANNELS
value: discord,dingtalk,feishu,qq,console,telegram
- key: LOG_LEVEL
value: INFO
disk:
name: MaskanX-data
mountPath: /app/working
sizeGB: 1