feat: add scraper service to all Docker environments
Add eamco_scraper container definitions for dev, local, prod, and Unraid deployments on port 9519. Remove unused Authorize env_file references from dev config. Include add_towns.sh helper script for bootstrapping street reference data. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -16,6 +16,7 @@ VITE_AUTO_URL="http://192.168.1.204:9514"
|
||||
VITE_SERVICE_URL="http://192.168.1.204:9515"
|
||||
VITE_AUTHORIZE_URL="http://192.168.1.204:9516"
|
||||
VITE_ADDRESS_CHECKER_URL="http://192.168.1.204:9518"
|
||||
VITE_SCRAPER_URL="http://192.168.1.204:9519"
|
||||
|
||||
# ===========================================
|
||||
# Database Credentials
|
||||
|
||||
Reference in New Issue
Block a user