spurtcommerce/marketplace-api
Spurtcommerce Multivendor Marketplace api docker image for ecommerce Projects.
287
Spurtcommerce official page:https://www.spurtcommerce.com/
Live Developer Support https://discord.com/invite/hyW4MXXn8n
Document for the developerhttps://www.spurtcommerce.dev/
Write us for Premium support support@spurtcommerce.com
Spurtcommerce Enterprise Edition v.4.8.2 Multi-Vendor Solution, enriched with powerful multi-vendor capabilities. Includes the capabilities of seamless management of unique panels for each vendor, while retaining full and comprehensive administrative control over the entire eCommerce portal. Comes with 100% customizable source code, allowing tweaking, forking and altering every aspect of Source Code for any eCommerce business needs with Multi-Vendor capabilities.
With dedicated support from Spurtcommerce team, venture into the world of multi-vendor eCommerce confidently and effectively.
This is a Docker Compose project for Spurtcommerce which defines and runs 2 containers:
This project can be used to explore spurtcommerce, to perform performance or security testing, or as an example of how to containerize the various parts of a Spurtcommerce.
spurtcommerce-api:
container_name: spurtcommerce-api-app
restart: always
depends_on:
mysql:
condition: service_healthy
image: spurtcommerce/marketplace-api:4.8.2
env_file:
- ./config/.env.dev
ports:
- 8000:8000
- 4001:4001
Containers are configured using parameters passed at runtime (such as those above). These parameters are separated by a colon and indicate : respectively. For example, -p 8080:80 would expose port 80 from inside the container to be accessible from the host's IP on port 8080 outside the container.
Parameter | Function |
---|---|
-p 8080 | The port for the spurtcommerce api |
-p 400 | The port for the spurtcommerce Ui |
docker pull spurtcommerce/marketplace-api