Skip to content

wallon-ines/docker-drupal-project

 
 

Repository files navigation

Docker Drupal project

A Drupal project template with Docker environment.

Requirements

To use with Docker:

  • Docker
  • Docker compose

To use outside of Docker:

  • Composer

Scripts inside the scripts folder don't have dependencies on Docker. So its could be executed outside of a Docker environment.

Some adjustment in configuration files may be required.

Documentation

See the docs folder for detailed documentation.

Services

If using Docker with the default provided configuration, you will have:

Note: You have to adapt your DNS configuration to inform your computer to search for local websites.

For example, you can edit your /etc/hosts file and add an entry like:

127.0.0.1  web.ddp8.docker.localhost varnish.ddp8.docker.localhost mail.ddp8.docker.localhost matomo.ddp8.docker.localhost

About

A Drupal project template with Docker environment.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 31.1%
  • Dockerfile 21.3%
  • PHP 21.1%
  • VCL 15.0%
  • JavaScript 10.7%
  • Gherkin 0.8%