Php Docker Boilerplate Versions Save

:stew: PHP Docker Boilerplate for Symfony, Wordpress, Joomla or any other PHP Project (NGINX, Apache HTTPd, PHP-FPM, MySQL, Solr, Elasticsearch, Redis, FTP)

5.2.0-beta1

7 years ago
  • 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

7 years ago
  • Fix nginx vhost configuration (modular WebDevOps image design)

5.1.2

7 years ago
  • Fix typo in Docker image names (duplicate -dev)

5.1.1

7 years ago
  • Fixed Docker image names in Dockerfile.development
  • Updated nginx and apache vhost configuration

5.1.0

7 years ago
  • 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

8 years ago
  • 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.0

8 years ago
  • 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

8 years ago
  • 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