/docker4wordpress

Docker-based local environment for WordPress

Primary LanguagePHPMIT LicenseMIT

Docker-based WordPress environment for local development

Documentation Status Build Status Wodby Slack Wodby Twitter

Introduction

Docker4WordPress is a set of docker images optimized for local development with WordPress. Use docker-compose.yml file from this repository to spin up local environment on Linux, Mac OS X and Windows.

Read Getting Started.

Stack

The WordPress stack consist of the following containers:

Container Versions Service name Image Enabled by default
Nginx 1.10 nginx wodby/wordpress-nginx
WordPress 4 php wodby/wordpress
PHP 7.0, 7.1 php wodby/wordpress-php
MariaDB 10.1 mariadb wodby/mariadb
Redis 3.2 redis wodby/redis
Varnish 4.1 varnish wodby/wordpress-varnish
phpMyAdmin latest pma phpmyadmin/phpmyadmin
Mailhog latest mailhog mailhog/mailhog
Traefik latest traefik _/traefik

Supported WordPress versions: 4

Documentation

Full documentation is available at http://docs.docker4wordpress.org/.

Using in Production

Deploy docker-based WordPress stack to your own server via Wodby Wodby.

License

This project is licensed under the MIT open source license.