https://github.com/prestashop/docker-templates
Docker & docker-compose templates
https://github.com/prestashop/docker-templates
docker hacktoberfest
Last synced: 3 months ago
JSON representation
Docker & docker-compose templates
- Host: GitHub
- URL: https://github.com/prestashop/docker-templates
- Owner: PrestaShop
- Created: 2017-08-01T08:12:16.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-05-29T13:57:23.000Z (over 1 year ago)
- Last Synced: 2025-01-29T21:23:11.003Z (12 months ago)
- Topics: docker, hacktoberfest
- Language: Dockerfile
- Homepage:
- Size: 62.4 MB
- Stars: 10
- Watchers: 17
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker-templates
Docker & docker-compose templates
Currently including:
* **releases-diff**: A stack to compare PrestaShop releases
* **from-dump**: A standalone PrestaShop dockerized
* **local-release**: To run PrestaShop from a release located on your filesystem
* **nginx-php-fpm**: A full nginx php-fpm stack to work as fast as a bald eagle
* **apache2-php-fpm**: A full apache2 php-fpm stack to be as bold as a jumping cougar
## Introduction
Those docker templates should allow you to fastly work with a dockerized PrestaShop solution.
## Prerequisites
There is not much prerequisite than a running docker with compose version 3.
Aside from that, you should be good to go.
## How to
Pretty simple here as well, as you'll see.
You just go to the directory you're interested in:
```
cd local-release/
```
You then launch the local stack:
```
docker-compose up
```
And you can then launch your favorite browser to http://localhost:8081
## Configuration
If you're not running the apache2 php-fpm stack on your local machine, you may want to update the `PS_DOMAIN` variable in the docker-compose file.