|
4 | 4 | <h3 align="center">kickoff-docker-php</h3>
|
5 | 5 | <p align="center">A complete stack for your PHP project powered by Docker</p>
|
6 | 6 | <p align="center">
|
7 |
| - <a href="https://github.com/thecodingmachine/kickoff-docker-php/tree/v2.3.1"><img src="https://img.shields.io/badge/stable-v2.3.1-green.svg" alt="Stable release: v2.3.1"></a> |
| 7 | + <a href="https://github.com/thecodingmachine/kickoff-docker-php/tree/v2.4.0"><img src="https://img.shields.io/badge/stable-v2.4.0-green.svg" alt="Stable release: v2.4.0"></a> |
8 | 8 | <a href="https://github.com/thecodingmachine/kickoff-docker-php/tree/master"><img src="https://img.shields.io/badge/unstable-master-orange.svg" alt="Unstable release: master"></a>
|
9 | 9 | <a href="https://travis-ci.org/thecodingmachine/kickoff-docker-php"><img src="https://img.shields.io/travis/thecodingmachine/kickoff-docker-php.svg?label=Travis+CI" alt="Travis CI"></a>
|
10 | 10 | </p>
|
@@ -38,7 +38,7 @@ following goals in mind:
|
38 | 38 | ## Features
|
39 | 39 |
|
40 | 40 | * **Cross-platform:** Windows, Mac, Linux
|
41 |
| -* **A complete stack:** NGINX, PHP-FPM 7.1, MySQL 5.7, phpMyAdmin, Redis, RabbitMQ |
| 41 | +* **A complete stack:** NGINX, PHP-FPM 7.2, MySQL 5.7, phpMyAdmin, Redis, RabbitMQ |
42 | 42 | * **Centralized logging** with Graylog
|
43 | 43 | * Automatic **HTTPS** on your local environment
|
44 | 44 | * A powerful **reverse-proxy** ([Traefik](https://traefik.io/)) which can handle automatic HTTPS (via [Let's Encrypt](https://letsencrypt.org/))
|
@@ -217,7 +217,9 @@ virtual host specified in your `project.yml` file.
|
217 | 217 | On others environment, we provided `TRAEFIK_CERT_FILE_PATH` and `TRAEFIK_KEY_FILE_PATH` variables in your `.env` file
|
218 | 218 | to let you specify the absolute path to your certificates. You may also customize the Traefik configuration located at
|
219 | 219 | `modules/traefik/traefik.blueprint.toml` with [ACME configuration](https://docs.traefik.io/toml/#acme-lets-encrypt-configuration)
|
220 |
| -to enable automatic HTTPS. |
| 220 | +to enable automatic HTTPS. |
| 221 | + |
| 222 | +How to enable automatic HTTPS on your production environment: https://gist.github.com/gulien/8fe9debbcb30d97091406a24ef5eea82 |
221 | 223 |
|
222 | 224 | #### Configuration
|
223 | 225 |
|
@@ -269,7 +271,7 @@ Your PHP application will be accessible under https://your-virtualhost.local/ an
|
269 | 271 |
|
270 | 272 | #### Installed PHP extensions
|
271 | 273 |
|
272 |
| -apcu, bcmath, gd, intl, mbstring, mcrypt, pdo_mysql, phpredis, opcache, soap, xdebug (`local` environment only!), yaml, |
| 274 | +apcu, bcmath, gd, intl, mbstring, pdo_mysql, phpredis, opcache, soap, xdebug, yaml, |
273 | 275 | zip and more!
|
274 | 276 |
|
275 | 277 | You are able to find all installed PHP extensions by running `php -m` inside your workspace.
|
|
0 commit comments