spurtcommerce/marketplace-api

By spurtcommerce

Updated 6 days ago

Spurtcommerce Multivendor Marketplace api docker image for ecommerce Projects.

Image

287

Quick Reference

About Spurtcommerce

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.

Spurtcommerce marketplace-api docker Image

This is a Docker Compose project for Spurtcommerce which defines and runs 2 containers:

  • Spurtcommerce Database server
  • Spurtcommerce API

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.

Usage

To help you get started creating a container from this image you can either use docker-compose or the docker cli.

  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

Parameters

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.

ParameterFunction
-p 8080The port for the spurtcommerce api
-p 400The port for the spurtcommerce Ui

Environment variables

Versions

  • 10.14.23: - Rebase to alpine 3.5
  • 10.02.23: - Initial Release

Docker Pull Command

docker pull spurtcommerce/marketplace-api