Skip to content

Latest commit

 

History

History
51 lines (32 loc) · 1.38 KB

File metadata and controls

51 lines (32 loc) · 1.38 KB

Docker Compose Kickstarter

This is docker-compose kickstarter for PrestaShop. This project relies on ngrok to open a network edge endpoint, but localtunnel could be used as well.

Requirements:

Configure

After cloning the sources, configure the environment variables on your host:

cp .env.dist .env
edit .env

Start

You can now start the services:

docker compose up -d

Note: -d stands for daemonize mode, so your prompt will be freed. Feel free to diagnose any issues with docker ps -a or directly docker logs (docker compose logs prestashop).

Use

Browse the shop:

Default credentials are:

Browse your MySQL data:

Audit your Ngrok tunnel: