Files
maskanx_cm_backend/deploy/digitalocean-app.yaml
T
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

27 lines
644 B
YAML

spec:
name: MaskanX
region: ams
services:
- name: MaskanX
image:
registry_type: DOCKER_HUB
registry: nttylock
repository: MaskanX
tag: latest
instance_count: 1
instance_size_slug: basic-s
http_port: 8088
envs:
- key: CITEDY_API_KEY
scope: RUN_TIME
type: SECRET
- key: TELEGRAM_BOT_TOKEN
scope: RUN_TIME
type: SECRET
- key: MASKANX_ENABLED_CHANNELS
scope: RUN_TIME
value: discord,dingtalk,feishu,qq,console,telegram
- key: LOG_LEVEL
scope: RUN_TIME
value: INFO