Skip to content

Releases: webdevops/TYPO3-docker-boilerplate

3.4.0

15 Jun 06:47
Compare
Choose a tag to compare
  • Renamed PHP_UID and PHP_GID to EFFECTIVE_UID and EFFECTIVE_GID
  • Set Apache HTTPd and Nginx UID to EFFECTIVE_UID and EFFECTIVE_GID
  • Renamed make deploy to make build (was confusing)
  • Fixed MySQL default charset (set to utf8)
  • Added MYSQL_USER, MYSQL_PASSWORD, MYSQL_ROOT_USER, MYSQL_ROOT_PASSWORD and MYSQL_DATABASE for nginx/apache/php-fpm
  • Improved customization of php.ini
  • Improved documentation
  • Added php memcache and memcached

3.3.0 - t3cs2015 release

09 May 10:20
Compare
Choose a tag to compare
  • Fixed make mysql-backup
  • Added docker/main/bin/customization.sh for easy customization and faster docker rebuilding
  • Added CLI_USER for customizable user in docker-env.yml (for CLI_SCRIPT)
  • Added ssl (SHA2) for nginx and apache HTTPd
  • Added /data/cache for application cache storage (inside storage container)
  • Improved make deploy (supports all other frameworks now, not only TYPO3)
  • Fixed $HOME variable for shell and cli entrypoint targets (sudo issue)
  • Improved docker-env.yml layout with some examples

3.2.0

26 Apr 14:33
Compare
Choose a tag to compare
  • Added CLI_SCRIPT to define an common entry point for tasks (CliTools supports this feature), eg. docker-compose run --rm main cli help
  • Added better README with examples
  • Some smaller improvements

3.0.0

21 Apr 08:25
Compare
Choose a tag to compare
  • Added php slow, access and error log
  • Using Apache as default
  • Added more docker-env.yml variables
  • Cleanup and refactoring
  • PHP is now able to access webserver