https://github.com/spurtcommerce/docker-spurtcommerce
This is the official repository of Spurtcommerce. Using these Docker Images, you can easily deploy Spurtcommerce Multi-Vendor Marketplace in your local server.
https://github.com/spurtcommerce/docker-spurtcommerce
Last synced: 11 months ago
JSON representation
This is the official repository of Spurtcommerce. Using these Docker Images, you can easily deploy Spurtcommerce Multi-Vendor Marketplace in your local server.
- Host: GitHub
- URL: https://github.com/spurtcommerce/docker-spurtcommerce
- Owner: spurtcommerce
- Created: 2023-10-13T14:26:49.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-04T10:08:29.000Z (over 1 year ago)
- Last Synced: 2025-03-15T18:47:15.363Z (over 1 year ago)
- Homepage:
- Size: 12.7 KB
- Stars: 4
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Overview
This is the official repository of Spurtcommerce. Using these Docker Images, you can easily deploy Spurtcommerce Multi-Vendor Marketplace in your local server.
Start Spurtcommerce with Docker Compose
By following these two simple commands, you can quickly launch Spurtcommerce in your local server.
Additionally, you should have docker and docker-compose installed on your system.
If you have not yet installed Docker in your local server, then follow this first step.
sudo snap install docker
Step 1 :
git clone https://github.com/spurtcommerce/docker-spurtcommerce.git && cd docker-spurtcommerce
Having already built the Docker images you can run docker compose command
Step 2 :
docker compose up
If the above command gives an error, try running it with sudo:
sudo docker compose up
Spurtcommerce port
Your local Spurtcommerce setup is now running with each of the services occupying the following ports:
Parameter
Function
-p 8000
The port for the spurtcommerce api
-p 3001/admin
Angular Frontend - Admin
-p 3001/seller
Angular Frontend - Seller
Then SpurtCommerce Is Ready On localhost:3001/seller and localhost:3001/admin
Available Images
Spurtcommerce maintains multiple build images for testing new development as well as supporting legacy builds. Each image uses a different version of Ubuntu Linux, with a slightly different list of included language and software versions.
The following image is currently available:
* Marketplace API: [https://hub.docker.com/repository/docker/spurtcommerce/marketplace-api/general](https://hub.docker.com/r/spurtcommerce/marketplace-api)
* Web UI: [https://hub.docker.com/r/spurtcommerce/web-ui](https://hub.docker.com/r/spurtcommerce/web-ui)
* Database: [https://hub.docker.com/r/spurtcommerce/database](https://hub.docker.com/r/spurtcommerce/database)
If you require any premium support, feel free to write to support@spurtcommerce.com.