This docker compose project launches a set of Docker containers that comprise all the basics of Drupal 8 hosting: Varnish, Web (Apache), PHP (FPM), and MySQL. It also includes some essential utilities, such as: webmin, vim, git, drush, and Drupal console. The primary use case is to run Drupal on a relatively small VPS service, such as DigitalOcean.
Stars
5
Forks
3
Watchers
5
Open Issues
16
Overall repository health assessment
No package.json found
This might not be a Node.js project
69
commits
giving docker order volume a name so it doesn't confuse me when i run docker volume ls
96c3133View on GitHubadding /root/.ssh volume to preserve keys; to be fixed properly later in #30
35ac747View on GitHubgiving php-fpm write access to /var/www since that was preventing drupal installs
4d019bfView on GitHubditching apache2.conf in favor of a line-number sed command (not good, but better)
c04bfefView on GitHubphp_fpm & web dockerfile cleanup; apache performance; xdebug; MAY NOT WORK
455d619View on GitHubincreased mysql query cache; security settings; uploadprogress for drupal
3675341View on GitHubdrupal-specific vcl in place. i'm a vcl n00b, so.. no telling how effective it is
6f85493View on GitHub