Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.
/ marellocommerce Public archive

Dockerized MarelloCommerce Application (Unofficial)

Notifications You must be signed in to change notification settings

djocker/marellocommerce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MarelloCommerce Docker Image

GitHub Tag Layers Docker Pulls Build Status

The docker image with source code of MarelloCommerce application. This image is used as part of docker stack (see compose configs).

Requirements

  1. Docker
  2. Docker Compose

Usage

MarelloCommerce stack with automated installation

Run containers in attached mode

$ docker-compose -f docker-compose-auto.yml up

Run containers in detached mode

$ docker-compose -f docker-compose-auto.yml up -d

Navigate to http://localhost:3080 or http://localhost:3080/admin in your web browser (default admin login/password: admin / admin1111)

Stop containers

$ docker-compose -f docker-compose-auto.yml stop

Remove containers

$ docker-compose -f docker-compose-auto.yml down

MarelloCommerce stack with web installation

Run containers in attached mode

$ docker-compose -f docker-compose.yml up

Run containers in detached mode

$ docker-compose -f docker-compose.yml up -d

Navigate to http://localhost:3080 in your web browser, and install application via web wizard

Stop containers

$ docker-compose -f docker-compose.yml stop

Remove containers

$ docker-compose -f docker-compose.yml down

About

Dockerized MarelloCommerce Application (Unofficial)

Resources

Stars

Watchers

Forks

Packages

No packages published