Releases: nystudio107/matrixfacades
Releases · nystudio107/matrixfacades
Version 1.0.11
Version 1.0.10
Changed
- Determine the separator character by checking the Docker Compose API version at runtime
Version 1.0.9
Changed
- Use
su-exec
for thecraft
,composer
, andssh
commands from the Makefile
Version 1.0.8
Fixed
- Clean up initial check for
composer.lock
orvendor/autoload.php
to ensure the first-time install is done
Version 1.0.7
Fixed
- Ensure that the mysql/mysql-server image can pick from the ARM64 architecture by using
latest
tag
Version 1.0.6
Added
- Added more logging to indicate when a container is waiting for another service to start up, and when seeding a database is complete
- Run
composer craft-update
after acomposer install
is done viacomposer_install.sh
Changed
- Moved permissions setting to Docker image creation
Version 1.0.5
Changed
- Updated to Craft CMS 3.7.37
Version 1.0.4
Added
- Dramatically sped up the startup time for the PHP containers by moving the permissions setting script to run asynchronously in the queue container via the
run_queue.sh
script
Version 1.0.3
Added
- Significantly increased startup times via a
composer_install.sh
script that only runscomposer install
at container startup time ifcomposer.lock
orvendor/
is missing - Run migrations / project config changes via the
run_queue.sh
script, only after the db container responds
Version 1.0.2
Changed
- Minor tweaks to the config so it can run with other local dev environments still running