Skip to content

Releases: webdevops/TYPO3-docker-boilerplate

5.2.0-beta1

18 Oct 20:52
Compare
Choose a tag to compare
5.2.0-beta1 Pre-release
Pre-release
  • Add dinghy/dory support
  • Switch to mailhog instead of mailcatcher
  • Add phpmyadmin
  • Switch to ubuntu 16.04 as default
  • docker-compose.yml is now using version 2
  • PHP debugger can now be switched with variable
  • Add PostgreSQL 9.5
  • Some minor fixes and cleanups

5.1.3

18 Oct 20:51
Compare
Choose a tag to compare
  • Fix nginx vhost configuration (modular WebDevOps image design)

5.1.2

18 Oct 20:51
Compare
Choose a tag to compare
  • Fix typo in Docker image names (duplicate -dev)

5.1.1

18 Oct 20:51
Compare
Choose a tag to compare
  • Fixed Docker image names in Dockerfile.development
  • Updated nginx and apache vhost configuration

5.1.0

18 Oct 20:51
Compare
Choose a tag to compare
  • Add support for new WebDevOps Docker images 0.5.0 and up
  • Removed xdebug and blackfire, for xdebug use php-dev, php-apache-dev, php-nginx-dev images

5.0.2

09 May 19:44
Compare
Choose a tag to compare
  • Added exit if solr entrypoint is failing inside
  • Fix solr storage
  • Add make shell and make root (Makefile targets)
  • Refactored backup and restore (solr and mysql, see Makefile)

5.0.1

08 Mar 21:34
Compare
Choose a tag to compare
  • Fixed documentation

5.0.0

07 Mar 22:26
Compare
Choose a tag to compare
  • Refactored with new webdevops/base images
  • Faster creation/startup times
  • Ansible provisioning
  • Real production and development provisioning
  • Added cloud support (without host mounted volumes)
  • Moved code/ to app/ (Moved /application/code to /app inside Docker container)
  • Renamed main to app container

4.0.0 - t3ugs @jweilandnet

17 Aug 07:22
Compare
Choose a tag to compare
  • Seperated TYPO3 Docker Boilerplate and PHP Docker Boilerplate
  • Switched to Ansible provisioning (playbook)
  • Added multiple Ubuntu versions
  • Added CentOS
  • Added Ubuntu with HHVM
  • Added development/production context
  • Added blackfire.io
  • Added possiblity to disable Xdebug and Blackfire
  • Moved php.ini to etc/php/development.ini and etc/php/production.ini
  • Added ssh key/config (etc/ssh) setting for /home/.ssh/
  • Added possibility to use supervisorctl (only for root)
  • Improved provisioning
  • Refactored layout
  • Added prebuilt Docker images

3.5.0

23 Jun 10:42
Compare
Choose a tag to compare
  • Added ftp container (with vsftpd)
  • Added postgres container (with PostgreSQL)
  • Enabled php module mcrypt by default
  • Improved documentation