This repo runs Speedtest.net and DNS lookup latency measurements, stores the results in PostgreSQL, and displays a live Streamlit dashboard.
# 1. Clone & enter
git clone <this-repo> && cd isp-monitor
# 2. Copy env and tweak if needed
cp .env.example .env
# 3. Build & launch
docker compose up --build