Skip to content

jeremykross/docker-drupal

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-drupal

drupal in docker without database.

This Dockerfile provides a Drupal installation that requires an external database.

The following environment variables must be provided:

DB_TYPE = type of database. eg; pgsql, mysql
DB_HOST = ip or hostname of database
DB_PORT = database port
DB_NAME = database name
DB_USER = database user
DB_PASS = database password

About

Docker image designed to run Drupal on ContainerShip

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 97.2%
  • PHP 2.8%