Skip to content

Releases: creode/cdev-environment-docker

PHP/Apache - custom webroot

06 Sep 20:53
deec6dc
Compare
Choose a tag to compare

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

31 Aug 23:46
Compare
Choose a tag to compare

Adds a new mysql 8.0 image option when configuring environment

Add mysql 5.7

31 Aug 23:34
Compare
Choose a tag to compare

Adds a new mysql 5.7 image option when configuring environment

Remove drush container

31 Aug 21:11
24f6ec3
Compare
Choose a tag to compare

Removes the Drupal drush container

Add env:watch command

31 Aug 21:02
1b567c7
Compare
Choose a tag to compare

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

31 Aug 20:15
e15d8ef
Compare
Choose a tag to compare

You can now add custom environment variables to your PHP container

Prune Networks

31 Aug 19:19
c0ce12a
Compare
Choose a tag to compare

In addition to pruning containers, images and volumes, a cdev env:nuke will now also prune docker networks