https://github.com/devnix/prestashop-docker-compose
Prestashop docker-compose is a great way to bootstrap a Prestashop development environmemt.
https://github.com/devnix/prestashop-docker-compose
Last synced: 8 months ago
JSON representation
Prestashop docker-compose is a great way to bootstrap a Prestashop development environmemt.
- Host: GitHub
- URL: https://github.com/devnix/prestashop-docker-compose
- Owner: devnix
- License: gpl-3.0
- Created: 2016-08-26T10:44:00.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-06-30T06:24:46.000Z (over 5 years ago)
- Last Synced: 2025-04-04T20:17:09.485Z (11 months ago)
- Language: Dockerfile
- Homepage: https://github.com/ecomputer/prestashop-docker-compose
- Size: 16.6 KB
- Stars: 41
- Watchers: 8
- Forks: 37
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Prestashop on docker-compose
Based on [PrestaShop/docker](https://github.com/PrestaShop/docker)
## What is this project
`Prestashop docker-compose` is a great way to bootstrap a Prestashop development environmemt.
## How to use it
We recommend to avoid the `PS_INSTALL_AUTO` feature. Instead, copy your own custom installation in `src/`.
For running an existing running website, export your database to a SQL file and paste it in `docker/mariadb/import.sql`. It will be imported to MariaDB when creating the container.
The prestashop image is customized to include Xdebug, higher limits, etc. You can customize the Dockerfile, run `docker-compose build prestashop` and `docker-compose up`.
#### src/config/settings.inc.php
```php