Skip to content

codeblick/docker-shopware-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Pulls Docker Stars Build Status

codeblick/shopware-demo

This image is based on the codeblick/shopware-core images.

Supported tags

  • 5.3.0
  • 5.3.1
  • 5.3.2
  • 5.3.3
  • 5.3.4
  • 5.3.5
  • 5.3.6
  • 5.3.7
  • 5.4.0
  • 5.4.1
  • 5.4.2
  • 5.4.3
  • 5.4.4
  • 5.4.5
  • 5.4.6
  • 5.5.0
  • 5.5.1
  • 5.5.2
  • 5.5.3
  • 5.5.4
  • 5.5.5

Environment variables

ENV MYSQL_USER="shopware"
ENV MYSQL_PASSWORD="7Iuagg3or7O4"
ENV MYSQL_DATABASE="shopware"

ENV SHOP_LOCALE="de_DE"
ENV SHOP_HOST="localhost"
ENV SHOP_PATH=""
ENV SHOP_NAME="Demo Shop"
ENV SHOP_EMAIL="admin@localhost"
ENV SHOP_CURRENCY="EUR"
ENV SHOP_SSL=""
ENV ADMIN_USERNAME="admin"
ENV ADMIN_PASSWORD="0h4JDx7v6dFY"
ENV ADMIN_EMAIL="admin@localhost"
ENV ADMIN_NAME="admin"
ENV ADMIN_LOCALE="de_DE"

ENV COB_PLUGIN_NAME=""

Example usage

version: "3"
services:

  shopware:
    image: codeblick/shopware-demo:5.5.5
    environment:
      - COB_PLUGIN_NAME=CobExample
    volumes:
       - ./src/CobExample:/var/www/html/custom/plugins/CobExample
       - ./src/migrations:/migrations

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published