bedrock / docker / agent zero
The stack that makes it repeatable.
The bblinky scaffold combines Roots Bedrock, Docker Compose, Nginx, PHP-FPM, MariaDB, Redis, TLS automation, WP-CLI, and source-owned MU plugins.
architecture
A practical customer-site foundation, not a fragile demo.
The live site is containerized and scriptable, with source-tracked customizations. That makes setup, recovery, iteration, and verification easier to repeat for future customer websites.
bblinky@stack
$ stack status
✓ nginx edge routing
✓ php-fpm app runtime
✓ mariadb content store
✓ redis object cache
✓ wp-cli control plane
✓ source-owned microsite
status: reusable
Containerized services
Nginx, PHP-FPM, MariaDB, Redis, WP-CLI, and Certbot run as a coherent deployable stack.
Source-owned custom layer
Homepage and microsite rendering live in MU plugin code, templates, and assets.
Operational checks
HTTP, TLS, WordPress options, page content, and source checks can be verified after every change.
This stack is the boring part done well.
The fun part is making customer-specific sites feel sharp without rebuilding the foundation each time.
See experiments