chore: pass SCOUT_ENABLED flag into scout service
Some checks failed
Deploy to 110 WOOO Server / deploy (push) Failing after 7s

This commit is contained in:
OG T
2026-06-07 16:18:39 +08:00
parent 567f62bad5
commit c0841de16d

View File

@@ -72,6 +72,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_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.