Skip to content

Run WordPress with Docker, for local development and production

License

Notifications You must be signed in to change notification settings

cloudbitsio/docker-wordpress

Repository files navigation

Wordpress on Docker. Plus local development environment with Docker-compose.

About | Configuration


Wordpress in a Docker container

The purpose of this project is to provide a working Docker container for Wordpress, with an accompanying Docker-compose for local development.

Licensed under MIT.

Features

  • DRY: Standardized version-controlled scaffolding for Wordpress projects
  • Docker-compose for local development
  • Uses Lightbulb as the Docker starting point.
  • Utlizes the awesome Bedrock from Roots.io

Configuration

Clone this repository into your project folder. The contents of this repository are meant to sit on the root directory of your project.

  1. Create a new project directory:
mkdir website.com && cd website.com
  1. Clone this repository:
git clone --depth=1 [email protected]:cloudbitsio/docker-wordpress.git . && rm -rf .git
  1. Create a new Bedrock project into the site folder.
composer create-project roots/bedrock site
  1. Run Ansible playbook for configuring Docker engine
ansible-playbook development.yml

About

Run WordPress with Docker, for local development and production

Resources

License

Stars

Watchers

Forks

Releases

No releases published