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>
27 lines
644 B
YAML
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
|