Docker deploy files for CI, Local and Production environment.
Drupal 8 files.
Drupal patches.
See ci
folder readme
- Put your project name into
drupal8/.project-name
file; - Set new DB's login/pass in
ci/docker-compose.yml
; - Copy new DB's login/pass in
drupal8/sites/default/settings.db.php
; - FYI: Full compatibility with
Composer
package manager has been added to the repo, so please usecomposer require drupal/__DRUPAL_MODULE__
to add any module orcomposer up
to update all components included drupal core.