chore: open conversion flow + disable scout import noise
Some checks failed
Deploy to 110 WOOO Server / deploy (push) Failing after 8s

This commit is contained in:
OG T
2026-06-07 18:56:45 +08:00
parent 4f639c2654
commit 4fd89a447e
10 changed files with 423 additions and 117 deletions

View File

@@ -35,6 +35,11 @@ services:
- NODE_ENV=production
- API_KEY=${API_KEY:-super-secret-mcp-key}
- E2B_API_KEY=${E2B_API_KEY:-""}
- AUTO_WHITELIST_EXTERNAL_AGENTS=${AUTO_WHITELIST_EXTERNAL_AGENTS:-true}
- TELEGRAM_BOT_TOKEN=${TELEGRAM_BOT_TOKEN:-}
- TELEGRAM_CHAT_ID=${TELEGRAM_CHAT_ID:-}
- TRAFFIC_MONITOR_TOKEN=${TRAFFIC_MONITOR_TOKEN:-}
- VIBEWORK_TRAFFIC_WEBHOOK_URL=${VIBEWORK_TRAFFIC_WEBHOOK_URL:-}
depends_on:
db:
condition: service_healthy
@@ -72,7 +77,7 @@ services:
# Keep compatibility with existing naming
- SCOUT_ISSUE_LABEL=${SCOUT_ISSUE_LABEL:-}
- SCOUT_CRON_EXPRESSION=${SCOUT_CRON_EXPRESSION:-*/1 * * * *}
- SCOUT_ENABLED=${SCOUT_ENABLED:-true}
- SCOUT_ENABLED=${SCOUT_ENABLED:-false}
- SCOUT_PER_PAGE=${SCOUT_PER_PAGE:-80}
- SCOUT_MAX_ISSUES_PER_SCAN=${SCOUT_MAX_ISSUES_PER_SCAN:-90}
# GitHub token should be provided in deployment env for real posting.