Lando is a Docker development environment manager and local development orchestrator used to create isolated application stacks. It functions as a web development stack provisioner that coordinates web servers, databases, and runtimes to ensure consistent environment parity across different operating systems. The project distinguishes itself through recipe-based environment bootstrapping for common stacks such as LAMP, LEMP, and MEAN, as well as dedicated provisioning for CMS platforms like WordPress, Drupal, and Joomla. It further differentiates its capabilities by acting as a remote hosting
Devilbox is a containerized development environment that provides a reproducible suite of web servers, databases, and language runtimes managed through a unified configuration. It functions as a Docker-based local development stack for LAMP and MEAN software stacks and as a manager for switching between different versions of these services to match specific project requirements. The system distinguishes itself by automating local network orchestration. It includes a Docker-based virtual host manager that automatically maps local directories to custom domains and a local DNS and SSL orchestrat
dnmp is a containerized web development environment that provisions a full LNMP stack consisting of Nginx, MySQL, PHP, and Redis. It serves as a management system for coordinating web server routing, language runtime versions, database administration, and SSL certificate provisioning within Docker containers. The project distinguishes itself through a comprehensive PHP runtime manager that allows for switching between multiple language versions and managing extensions in isolated environments. It includes an automated SSL certificate manager that uses webroot validation to provision and renew
This project provides a containerized development stack for WordPress, orchestrating web server and database services through a unified configuration file. It is designed to establish a consistent local environment that supports the development of custom themes and plugins by mapping local project directories directly into the container filesystem. The environment distinguishes itself by integrating a web-based database management interface as a sidecar service, allowing for the inspection and modification of site data without leaving the containerized setup. It also facilitates the migration
This project provides a containerized development environment designed to standardize web server stacks, including Apache, MySQL, and PHP. It orchestrates these services into a consistent, portable setup that ensures reliable behavior across different machines and team members.
The main features of sprintcube/docker-compose-lamp are: Local Stack Deployments, Local Development Environments, Docker Compose Deployments, Containerized Development Environments, Multi-Service Container Orchestration, Local Development HTTPS, Database Administration Interfaces, Remote Debugging Environments.
Open-source alternatives to sprintcube/docker-compose-lamp include: lando/lando — Lando is a Docker development environment manager and local development orchestrator used to create isolated… cytopia/devilbox — Devilbox is a containerized development environment that provides a reproducible suite of web servers, databases, and… garylab/dnmp — dnmp is a containerized web development environment that provisions a full LNMP stack consisting of Nginx, MySQL, PHP,… nezhar/wordpress-docker-compose — This project provides a containerized development stack for WordPress, orchestrating web server and database services… aschmelyun/docker-compose-laravel — This project provides a containerized orchestration setup designed to standardize local development environments for… microsoft/vscode-docs — This repository contains the comprehensive documentation for a code editor focused on AI-assisted software development…