Artifakt Docs
Stacks 5.0 and up
Search
⌃K
Links

General information

In this repository, you will find a package that allows you to install Prestashop locally for Prestashop 1.7.8.7 with:
  • php 7.4-fpm
  • Varnish
  • mysql 5.7
It is also intended to be deployed on Artifakt environments.
For this, all folders/files need to be moved to the root of your versioned project.
This package is designed to work locally on amd64 and/or arm64 architectures (M1 chip on the latest Macs).
The base version (docker-compose.yml) is configured for amd64, but it can be extended.
Regarding mysql and still in a local context on arm64, a custom repository had to be used to set up version 5.7 (liupeng0518/mysql:5.7-arm64).