Docker Installation Guide
This is the easiest and most production-ready path to run Ridy.
✅ What It Does:
- Pulls prebuilt Docker images of backend and frontend services
- Auto-configures MySQL, Redis, and NGINX
- Sets up environment variables
- Installs Flutter web apps (admin & rider)
▶️ To Install:
Run the setup script:
bash
curl -sSL https://uploads.ridy.io/install.sh | shThis will:
- Set up Docker and Docker Compose
- Use preset
.envvalues (modifiable later) - Generate a ready-to-run
docker-compose.yaml - Start all services
After installation, visit:
http://yourdomain.com/admin/You’ll be guided through:
- ✅ License verification
- ✅ Initial DB setup
- ✅ Branding and Firebase setup
- ✅ API key configuration
🛠 To customize Flutter web apps, modify
.envvalues for branding, colors, and services.
