chore:fixed untabbed lines in compose files

This commit is contained in:
matt 2025-09-11 15:07:50 -07:00
parent f28f8e6b4f
commit ed780d91e9
2 changed files with 5 additions and 7 deletions

View file

@ -27,9 +27,7 @@ services:
WEB_AUTO_SETUP: "1" # 1=auto-run setup/tagging when needed
WEB_AUTO_REFRESH_DAYS: "7" # Refresh cards.csv if older than N days; 0=never
WEB_TAG_PARALLEL: "1" # 1=parallelize tagging
WEB_TAG_WORKERS: "4" # Worker count when parallel tagging
WEB_TAG_WORKERS: "4" # Worker count when parallel tagging
# Misc land tuning (utility land selection Step 7)
# MISC_LAND_DEBUG: "1" # 1=write misc land debug CSVs (post-filter, candidates); off by default unless SHOW_DIAGNOSTICS=1

View file

@ -30,10 +30,10 @@ services:
WEB_TAG_PARALLEL: "1"
WEB_TAG_WORKERS: "4"
# Compliance/exports
WEB_AUTO_ENFORCE: "0"
APP_VERSION: "v2.2.10"
# WEB_CUSTOM_EXPORT_BASE: ""
# Compliance/exports
WEB_AUTO_ENFORCE: "0"
APP_VERSION: "v2.2.10"
# WEB_CUSTOM_EXPORT_BASE: ""
# Misc land tuning (utility land selection Step 7)
# MISC_LAND_DEBUG: "1" # 1=write misc land debug CSVs (post-filter, candidates); off unless SHOW_DIAGNOSTICS=1