|
| 1 | +TYPO3 Docker Boilerplate Changelog |
| 2 | +================================== |
| 3 | + |
| 4 | +3.3.0 - Upcoming |
| 5 | +------------------ |
| 6 | +- Fixed `make mysql-backup` |
| 7 | +- Added `docker/main/bin/customization.sh` for easy customization and faster docker rebuilding |
| 8 | +- Added `CLI_USER` for customizable user in `docker-env.yml` (for `CLI_SCRIPT`) |
| 9 | +- Added ssl (SHA2) for nginx and apache HTTPd |
| 10 | +- Added `/data/cache` for application cache storage (inside `storage` container) |
| 11 | +- Improved `make deploy` (supports all other frameworks now, not only TYPO3) |
| 12 | +- Fixed $HOME variable for shell and cli entrypoint targets (sudo issue) |
| 13 | +- Improved `docker-env.yml` layout with some examples |
| 14 | + |
| 15 | +3.2.0 - 2015-04-26 |
| 16 | +------------------ |
| 17 | +- Added `mailcatcher` container |
| 18 | +- Added `cli` target for entrypoint in `main` container |
| 19 | +- Smaller improvements |
| 20 | + |
| 21 | +3.0.0 - 2015-04-19 |
| 22 | +------------------ |
| 23 | +- Added customizeable `PHP_UID` and `PHP_GID` (for www-data user) in `docker-env.yml` |
| 24 | +- Added `PHP_TIMEZONE` in `docker-env.yml` |
| 25 | +- Added advanced logging for php (see docker-compose logs for access, slowlog and errorlog) |
| 26 | +- Added capability for PHP-FPM to trace for slowlog |
| 27 | +- Added possibility to reach webserver from php-container (with dnsmasq) eg. for indexing tasks |
| 28 | +- Readded xdebug |
| 29 | +- Improved configuration |
| 30 | +- Improved database backup |
| 31 | +- Improved container layout |
| 32 | + |
| 33 | +2.1.0 - 2015-04-01 |
| 34 | +------------------ |
| 35 | +- Added customizeable `DOCUMENT_INDEX` in `docker-env.yml` |
| 36 | + |
| 37 | +2.0.0 - 2015-03-31 |
| 38 | +------------------ |
| 39 | +- Added customizeable `DOCUMENT_ROOT` in `docker-env.yml` |
| 40 | +- Switched to official nginx |
| 41 | +- Moved `/code/` to `/docker` |
| 42 | +- Fixed some bugs |
0 commit comments