Releases: creode/cdev-environment-docker
PHP/Apache - custom webroot
You're now asked when configuring a project if you'd like to use a custom webroot.
If you choose to use a custom webroot then the apache config files are copied (from a template in the plugin) to a local config/apache
directory that's mounted by docker-compose
Add mysql 8.0
Adds a new mysql 8.0 image option when configuring environment
Add mysql 5.7
Adds a new mysql 5.7 image option when configuring environment
Remove drush container
Removes the Drupal drush container
Add env:watch command
Previously, when running an environment (cdev env:start
) you would be an 'active' viewer, ctrl+c would kill the environments.
Now you're an observer, when you ctrl+c out of a running environment the environment itself will continue to run.
In order to reconnect to a running environment to view the logs you can now run cdev env:watch
for docker environments.
Custom Environment Variables
You can now add custom environment variables to your PHP container
Prune Networks
In addition to pruning containers, images and volumes, a cdev env:nuke
will now also prune docker networks