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-namefile; - 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
Composerpackage manager has been added to the repo, so please usecomposer require drupal/__DRUPAL_MODULE__to add any module orcomposer upto update all components included drupal core.