Files
eamco_deploy/unraid-env
Edwin Eames 9d5c3c72f6 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>
2026-02-08 17:54:29 -05:00

53 lines
1.7 KiB
Plaintext

# Unraid Environment Configuration
# ===========================================
# General
# ===========================================
MODE="PRODUCTION"
PYTHONUNBUFFERED=1
PYTHONFAULTHANDLER=1
# ===========================================
# URLs
# ===========================================
# Pointing to the backend office API
VITE_BASE_URL="http://192.168.1.204:9510"
VITE_MONEY_URL="http://192.168.1.204:9513"
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
# ===========================================
# POSTGRES_SERVER is set to your Unraid IP
POSTGRES_USERNAME=postgres
POSTGRES_PW=password
POSTGRES_SERVER=192.168.1.204
POSTGRES_DBNAME=auburnoil
# ===========================================
# Authorize.net
# ===========================================
# Production credentials found in eamco_deploy/.env
AUTHORIZE_API_LOGIN_ID=4d2Mn6H23R
AUTHORIZE_TRANSACTION_KEY=7B94d8xfTQXv37WS
# ===========================================
# VoIP.ms
# ===========================================
# Credentials found in eamco_voipms/.env
VOIPMS_API_USERNAME=eddwinn@gmail.com
VOIPMS_API_PASSWORD=!Gofionago123catdog
TARGET_DID=5084268800
TARGET_SIP_ACCOUNT=407323_auburnoil@washington2.voip.ms
TARGET_CELLPHONE_1=7743342638
TARGET_CELLPHONE_2=9143306100
# ===========================================
# Flask Secret Key
# ===========================================
# Generated for this deployment
SECRET_KEY=174ac9a094b957fdb8081c334439f92523c1b4887b59c63d92e4b6c33354445f