Prevents re-downloading Whisper model on container recreate.
Also switched to whisper medium (large-v3 OOM on 8GB VRAM with Ollama).
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Fix httpx/pydantic/redis version conflicts for litellm/aiogram/celery compatibility
- Add PYTHONPATH=/app to Dockerfile for alembic module resolution
- Skip Telegram webhook setup when URL is not HTTPS
- Fix FileUpload prop type mismatch in RecordingsPage
- Add alembic script.py.mako template and initial migration
- Configure docker-compose: port 8081, built frontend, no exposed internal ports
- Add deploy.sh and webhook-server.js for Gitea CI/CD auto-deploy
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>