Releases: webdevops/php-docker-boilerplate
Releases · webdevops/php-docker-boilerplate
5.2.0-beta1
Sorry, something went wrong.
No results found
- 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
Sorry, something went wrong.
No results found
- Fix nginx vhost configuration (modular WebDevOps image design)
5.1.2
Sorry, something went wrong.
No results found
- Fix typo in Docker image names (duplicate -dev)
5.1.1
Sorry, something went wrong.
No results found
- Fixed Docker image names in Dockerfile.development
- Updated nginx and apache vhost configuration
5.1.0
Sorry, something went wrong.
No results found
- 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
Sorry, something went wrong.
No results found
- 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
Sorry, something went wrong.
No results found
- 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
Sorry, something went wrong.
No results found
- 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