Skip to content

wodby/drupal-cms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Drupal CMS Docker Container Image

Build Status Docker Pulls Docker Stars

Docker Images

❗For better reliability we release images with stability tags (wodby/drupal-cms:1-X.X.X) which correspond to git tags. We strongly recommend using images only with stability tags.

Overview:

Supported tags and respective Dockerfile links Drupal CMS PHP
1, 1.0, latest (Dockerfile) 1.0 8.3

All images built for linux/amd64 and linux/arm64

Environment Variables

settings.php variables
Variable Default Value
DB_HOST mariadb
DB_NAME drupal
DB_USER drupal
DB_PASSWORD drupal
DB_DRIVER mysql
DB_PREFIX
DRUPAL_TRUSTED_HOST_PATTERNS '\\.localhost$', '\\.local$', '\\.loc$'

See wodby/drupal-php for all variables.

Orchestration Actions

See wodby/drupal-php for all actions.

Complete Drupal Stack

See wodby/docker4drupal