Skip to content

WordPress development with Composer and Docker.

License

Notifications You must be signed in to change notification settings

corenzan/wordpress

Repository files navigation

WordPress + Docker + Composer

About

  • Docker and Traefik give speed and isolation during development.
  • Composer allows for easy management of PHP version, extensions and packages.
  • Git to track your all configuration files, and own themes and plugins.
  • Access denied outside public directory.
  • Load missing uploads directly from your website for easier maintenance.

Usage

Clone this repository, edit values in docker-compose.yml and composer.json.

$ docker-compose start
$ docker-compose exec web composer install

Legal

The MIT License © 2019 Arthur Corenzan

Releases

No releases published

Packages

No packages published

Languages