# Foxhunt Docker Environment Variables # Copy to .env and fill in your values # PostgreSQL POSTGRES_PORT=5432 POSTGRES_DB=foxhunt POSTGRES_USER=foxhunt POSTGRES_PASSWORD=your_secure_password_here # Redis REDIS_PORT=6379 REDIS_PASSWORD=your_redis_password_here # InfluxDB INFLUXDB_PORT=8086 INFLUXDB_USER=admin INFLUXDB_PASSWORD=your_influxdb_password_here INFLUXDB_ORG=foxhunt INFLUXDB_BUCKET=market_data INFLUXDB_TOKEN=your_influxdb_token_here # Prometheus PROMETHEUS_PORT=9090