-
-
Notifications
You must be signed in to change notification settings - Fork 43
Run from Source (Docker)
Akram El Assas edited this page Jul 10, 2025
·
3 revisions
-
Create
backend/.env.docker.development
(Checkbackend/.env.docker.development.example
) -
Create
admin/.env.docker.development
(Checkadmin/.env.docker.development.example
) -
Create
frontend/.env.docker.development
(Checkfrontend/.env.docker.development.example
) -
Start the development environment:
docker-compose -f docker-compose.dev.yml up -d
-
Access the services:
- Frontend: http://localhost:8006
- Admin Panel: http://localhost:8005
- Backend Server: http://localhost:4005
- MongoDB Express: http://localhost:8084
An admin user is automatically created with the email provided in BC_ADMIN_EMAIL
in backend/.env.docker and sh0ppingC4rt
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)
- Social Login Setup Guide
- Free SSL Setup Guide
- Setup Sentry
- Payment Gateways
- Setup Stripe
- Run from Source
- Run from Source (Docker)
- Fork, Customize, and Sync
- Demo Database
- Change Language and Currency
- Add New Language
- Testing
- Logs
- FAQ
- Release Notes
- Contribution Guide
- Code of Conduct