awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
sprintcube avatar

sprintcube/docker-compose-lamp

0
View on GitHub↗
2,842 estrellas·1,465 forks·Dockerfile·MIT·6 vistas

Docker Compose Lamp

Este proyecto proporciona un entorno de desarrollo contenedorizado diseñado para estandarizar stacks de servidores web, incluyendo Apache, MySQL y PHP. Orquesta estos servicios en una configuración consistente y portátil que garantiza un comportamiento fiable en diferentes máquinas y entre los miembros del equipo.

El entorno destaca por integrar herramientas de seguridad y gestión de tráfico de nivel de producción directamente en el flujo de trabajo local. Automatiza la generación y aplicación de certificados SSL y TLS para habilitar conexiones cifradas para dominios locales, mientras utiliza un proxy inverso para enrutar el tráfico y simular un balanceo de carga de nivel de producción.

El stack incluye un conjunto integral de utilidades administrativas y de diagnóstico, como una interfaz gráfica basada en web para la gestión de bases de datos y soporte para conectar depuradores remotos para inspeccionar el estado de la aplicación. Los desarrolladores pueden gestionar la infraestructura a través de archivos de configuración centralizados y variables de entorno, mientras mantienen el almacenamiento de datos persistente y la sincronización de código en tiempo real mediante directorios mapeados del host.

El proyecto se configura a través de un formato de archivo declarativo e incluye utilidades de línea de comandos para acceso directo al shell a los contenedores de servicio aislados.

Features

  • Local Stack Deployments - Deploys a complete, containerized LAMP stack for reliable local web development and testing.
  • Local Development Environments - Provides a preconfigured, containerized setup for building and testing web applications consistently.
  • Docker Compose Deployments - Packages a complete LAMP stack into a multi-container deployment using declarative configuration files.
  • Containerized Development Environments - Orchestrates containerized web server and database stacks to ensure consistent local development environments.
  • Multi-Service Container Orchestration - Orchestrates multiple containerized services into a unified, declarative development environment.
  • Local Development HTTPS - Automates the generation and application of SSL and TLS certificates to enable secure HTTPS connections for local development domains.
  • Database Administration Interfaces - Provides a web-based graphical interface for administrative database tasks and query execution.
  • Remote Debugging Environments - Enables remote debugging by connecting code editors to applications running within service containers.
  • Filesystem Persistence Volumes - Maps host directories into containers to ensure data persistence and real-time code synchronization.
  • Containerized Application Debugging - Supports connecting remote debuggers to running containers to inspect application state.
  • Containerized Web Servers - Provides a portable, containerized runtime environment for web services and databases.
  • Domain-Based Routing Proxies - Routes incoming web requests to internal container services based on domain names to simulate production-grade load balancing.
  • Local Development Certificate Authorities - Automates the generation of SSL certificates and a local CA to enable HTTPS for local development domains.
  • Development SSL Certificates - Configures encrypted HTTPS connections for local domains to simulate production-grade security.
  • Local Hosting Security - Provides automated security configurations for local development domains to mirror production-grade HTTPS environments.
  • Database Administration Interfaces - Simplifies database management by providing a graphical web interface for records and queries.

Historial de estrellas

Gráfico del historial de estrellas de sprintcube/docker-compose-lampGráfico del historial de estrellas de sprintcube/docker-compose-lamp

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Colecciones destacadas con Docker Compose Lamp

Colecciones seleccionadas manualmente donde aparece Docker Compose Lamp.
  • Plantillas de servicios para Docker Compose
  • Contenedores para entornos de desarrollo

Alternativas open-source a Docker Compose Lamp

Proyectos open-source similares, clasificados según cuántas características comparten con Docker Compose Lamp.
  • lando/landoAvatar de lando

    lando/lando

    4,235Ver en GitHub↗

    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

    Ver en GitHub↗4,235
  • cytopia/devilboxAvatar de cytopia

    cytopia/devilbox

    4,470Ver en GitHub↗

    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

    PHP
    Ver en GitHub↗4,470
  • garylab/dnmpAvatar de garylab

    garylab/dnmp

    4,085Ver en GitHub↗

    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

    Shelldockerlnmplnmp-dockerfile
    Ver en GitHub↗4,085
  • nezhar/wordpress-docker-composeAvatar de nezhar

    nezhar/wordpress-docker-compose

    2,034Ver en GitHub↗

    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

    Shelldockerdocker-composehacktoberfest
    Ver en GitHub↗2,034
Ver las 30 alternativas a Docker Compose Lamp→

Preguntas frecuentes

¿Qué hace sprintcube/docker-compose-lamp?

Este proyecto proporciona un entorno de desarrollo contenedorizado diseñado para estandarizar stacks de servidores web, incluyendo Apache, MySQL y PHP. Orquesta estos servicios en una configuración consistente y portátil que garantiza un comportamiento fiable en diferentes máquinas y entre los miembros del equipo.

¿Cuáles son las características principales de sprintcube/docker-compose-lamp?

Las características principales de sprintcube/docker-compose-lamp son: 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.

¿Qué alternativas de código abierto existen para sprintcube/docker-compose-lamp?

Las alternativas de código abierto para sprintcube/docker-compose-lamp incluyen: 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…