Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.

codeblick/docker-shopware

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Pulls Docker Stars Build Status

codeblick/shopware

About

This image is used for shopware plugin development.

Usage

Admin: demo
Password: demo

shopware:
  image: codeblick/shopware
  volumes:
    - ./MyPlugin:/var/www/shopware/custom/plugins/MyPlugin
  environment:
    - PLUGIN_NAME=MyPlugin
  links:
    - db
  ports:
    - 8080:80

db:
  image: mysql:5.7
  environment:
    - MYSQL_ROOT_PASSWORD=secret
    - MYSQL_DATABASE=shopware
  ports:
    - 3306:3306

About

This docker image is used for shopware plugin development.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors