- FastAPI + NiceGUI web application - QuantLib-based Black-Scholes pricing with Greeks - Protective put, laddered, and LEAPS strategies - Real-time WebSocket updates - TradingView-style charts via Lightweight-Charts - Docker containerization - GitLab CI/CD pipeline for VPS deployment - VPN-only access configuration
5 lines
102 B
Plaintext
5 lines
102 B
Plaintext
APP_HOST=0.0.0.0
|
|
APP_PORT=8000
|
|
REDIS_URL=redis://localhost:6379
|
|
CONFIG_PATH=/app/config/settings.yaml
|