diff --git a/docker-compose.yml b/docker-compose.yml index 5bb755a..b1c7de6 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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 diff --git a/dockerhub-docker-compose.yml b/dockerhub-docker-compose.yml index 6f1d548..dca2f58 100644 --- a/dockerhub-docker-compose.yml +++ b/dockerhub-docker-compose.yml @@ -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