-
-
Notifications
You must be signed in to change notification settings - Fork 64
Run from Source (Docker)
Akram El Assas edited this page Jul 10, 2025
·
4 revisions
-
Create
backend/.env.docker
(Checkbackend/.env.docker.example
) -
Create
admin/.env.docker
(Checkadmin/.env.docker.example
) -
Create
fontend/.env.docker
(Checkfrontend/.env.docker.example
) -
Start the development environment:
docker-compose -f docker-compose.dev.yml up -d
-
Access the services:
- Frontend: http://localhost:8081
- Admin Panel: http://localhost:3003
- Backend Server: http://localhost:4004
- MongoDB Express: http://localhost:8084
An admin user is automatically created with the email provided in MI_ADMIN_EMAIL
in backend/.env.docker and M00vinin
as password. You can change the password once you login to the admin panel.
Copyright © Akram El Assas. All rights reserved.
- Overview
- Software Architecture
- Install Guide (Self-hosted)
- Install Guide (Docker)
- Free SSL Setup Guide
- Setup Sentry
- Payment Gateways
- Setup Stripe
- Social Login Setup Guide
- Build Mobile App
- Demo Database
- Run from Source
- Run from Source (Docker)
- Run Mobile App
- Fork, Customize, and Sync
- Locations
- Auto‐Notification System
- Add New Language
- Add New Currency
- Logs
- Testing
- FAQ
- Release Notes
- Contribution Guide
- Code of Conduct