⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.1
Server IP:
185.238.29.86
Server:
Linux server2 6.8.12-6-pve #1 SMP PREEMPT_DYNAMIC PMX 6.8.12-6 (2024-12-19T19:05Z) x86_64
Server Software:
nginx/1.18.0
PHP Version:
8.1.31
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
docker-templates
/
releases-diff
/
View File Name :
README.md
# Docker compose template for several PrestaShop releases diff In case you want to compare two releases of PrestaShop, you can use this docker-compose template. ## Pre-requesites: * Add your PrestaShop release archive in the test folder, with the exact name `release.zip`. * Some parameters can be changed in the `docker-compose.yml` file, you can set the PrestaShop version you want to use as reference. * To make your blackfire account working with this stack, you MUST declare 4 environment variables, as explained in the official documentation: https://blackfire.io/docs/integrations/docker * When you are ready, launch the stack with the following command: ``` docker-compose up ``` ## Runing containers: Two websites will be deployed: The reference release: http://localhost:8001 The release to be tested as comparison: http://localhost:8002