docker


Use git update-index --assume-unchanged to remove local changes of a Dockerfile from the staging area in a repository, and use (an ignored) docker-compose.override.yml to configure xdebug.
Published
Bundling the generated output from a static site generator (e.g. hugo) into a simple static file server (e.g. caddy) for testing the build.
Published
A command I’ve used a few times to install a fresh Laravel project into the cwd’s src/ folder, leaving the cwd for your own README, Docker, Terraform, etc. files.
Published
A few tools (email, object storage, logging) to substitute compatible APIs from production environment for local development.
Published
How to set up PHPStorm, and use webdevops/php-dev:7.x image using xdebubg v3.
Published
A UK place name gazetteer loaded into a docker image with some spatial querying.
Published
Building a private Docker image with custom structure and data, for a legacy app for a slightly easier CI pipeline.
Published
Code Quality and Security - SonarQube empowers all developers to write cleaner and safer code.
Published
Relatively barebones PHP environment for Codewars Kata challenges, with xdebug.
Published
Publish messages to a RabbitMQ instance using PHP. Build a PHP consumer to process messages in the background with supervisord.
Published
How you can integrate some PHP QA tools in your project, and guard your project with git hooks.
Published
One ingress nginx reverse proxy to multiple php:apache containers with different (XDebug) configurations.
Published
To top