Skip to content

Drupal 8 Development Docker environment. Drupal and PHP version can be customized through the docker compose file setup

Notifications You must be signed in to change notification settings

adrian-gheorghe/docker-drupal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Drupal 8 Docker development environment

CircleCI

Drupal 8 local development environment

Setup

Requires https://github.com/adrian-gheorghe/docker-setup for the docker-compose setup to function correctly

Structure

  • One MySQL container. Local volume set to /var/lib/mysql for database persistence
  • One PHP Apache Drupal container. The PHP image has build arguments in order to customize the PHP version, Drupal version
  • One PHP Install container. This container waits for the database to be ready and runs the drupal installation with default values. Also uses build arguments.

Usage

  • Clone repository where you want to set up a drupal 8 installation
  • Change services php and install build arguments to suit your needs
  • run docker-compose up -d or docker-compose up -d --build

URLs

About

Drupal 8 Development Docker environment. Drupal and PHP version can be customized through the docker compose file setup

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published