Drupal on LAMP managed with circus. Drupal config parameters managed with envtpl
873
Drupal image managed with circus. Drupal config parameters managed with envtpl. Keys generated if not found in config.
Drupal docker image. Features:
As an example of envtpl, circus.ini itself is managed with envtpl
Env vars (default value shown)::
-e DATABASE_NAME=drupaldb
-e DATABASE_USER=drupaluser
-e DATABASE_PASSWORD=1234
-e DATABASE_HOST=172.17.42.1
-e DATABASE_PORT=3306
-e DOMAIN=localhost # Sets all hostnames config, default: container hostname.
-e PROTO=http
-e URL_PREFIX # Default empty. If defined, must begin (but not end) with "/".
# example: -e URL_PREFIX=/mydrupal
# base_url drupal setting will be: {{PROTO}}://{{DOMAIN}}{{URL_PREFIX}}
Content type
Image
Digest
sha256:3962b3a9e…
Size
175.9 MB
Last updated
almost 11 years ago
docker pull apsl/drupal