| title: POTS Shutdown Tracker | |
| sdk: docker | |
| app_port: 7860 | |
| colorFrom: blue | |
| colorTo: gray | |
| pinned: false | |
| # POTS Shutdown Tracker | |
| Internal Masters Telecom application for tracking public POTS shutdown, discontinuance, and technology-transition notices across major telecom carriers. | |
| ## Hosted shape | |
| - Docker Space | |
| - FastAPI backend | |
| - React frontend served by FastAPI | |
| - Neon-hosted Postgres database | |
| ## Required secrets | |
| - `POTS_TRACKER_DB_URL` | |
| - `OPENAI_API_KEY` | |
| ## Required variables | |
| - `POTS_TRACKER_AUTO_CREATE_SCHEMA=false` | |
| - `POTS_TRACKER_SERVE_FRONTEND=true` | |
| - `POTS_TRACKER_FRONTEND_DIST_PATH=/app/frontend-dist` | |
| - `POTS_TRACKER_RUN_MIGRATIONS_ON_STARTUP=true` | |
| - `POTS_TRACKER_STORAGE_PATH=/data/storage` | |
| ## Notes | |
| This Space is intended for internal Masters Telecom and Verizon-partner workflows. It is not a public customer-facing application. | |