← all projects

wpdock

WordPress SQLite over Docker POC
repo docker serverless sqlite wordpress

WPDock - WordPress environments with reduced dependencies.

A proof of concept, the main branch is WordPress running on top of MariaDB served by PHP-FPM 8.1 behind Caddy, on Docker containers.

Alternative ways:

  1. the sqlite branch removes MariaDB as dependencies.
  2. the php-builtin-server branch also removes Docker and the webserver as dependencies, running wp on top of PHP only.

Setup:

Known issues:

Why:

This is an intermediate step for WordPress as an app platform to be feasable.