inklabs / kommerce-core

PHP shopping cart core platform
https://kommerce-laravel-demo.jamieisaacs.com/
Apache License 2.0
64 stars 14 forks source link

Setup Docker #106

Closed pdt256 closed 7 years ago

pdt256 commented 7 years ago

Add docker containers to support:

jasonraimondi commented 7 years ago

Do you think the docker container be a separate project under inklabs such as 'kommerce-docker' or should we put it on a branch in the kommerce-laravel project?

pdt256 commented 7 years ago

The Docker configs will be closely related to the kommerce-laravel project. That seems like a good place for it right now.

We can migrate it to another project If it gets big, or someone wants to leverage the same containers and create a kommerce-wordpress or kommerce-symfony project.

jasonraimondi commented 7 years ago

Proposing the directory structure:

/kommerce-laravel
|-- application
|   |-- app
|   |-- bin
|   |-- bootstrap
|   |-- ...
|-- docker
|-- data
|-- logs
pdt256 commented 7 years ago

Closed by https://github.com/inklabs/kommerce-laravel/commit/f94830db3e40d2669dea40bc409f8772d1d8cec2