Skip to content
This repository was archived by the owner on Oct 21, 2025. It is now read-only.

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 git@github.com: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

Stars

1 star

Watchers

1 watching

Forks

Releases

Used by

Contributors

Languages