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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
aschmelyun avatar

aschmelyun/docker-compose-laravel

0
View on GitHub↗
2,650 stars·1,150 forks·Dockerfile·MIT·20 viewsyoutube.com/user/aschmelyun↗

Docker Compose Laravel

This project provides a containerized orchestration setup designed to standardize local development environments for web applications. By utilizing declarative configuration, it manages isolated service containers to ensure consistent application behavior and dependency management across different developer machines.

The environment includes integrated utilities for database persistence, ensuring that data remains intact across container lifecycles through mapped storage volumes. It also features a sidecar-based email interception tool that captures and displays outgoing messages in a local dashboard, allowing for the verification of delivery logic without the need for external mail servers.

Beyond core service orchestration, the project supports frontend development workflows by providing containerized asset bundling and compilation tools. These utilities enable developers to execute build processes and run development servers within an isolated environment, facilitating automatic updates during the application development cycle.

Features

  • Local Development Environments - Provides a standardized containerized environment for building and testing web applications.
  • Persistent Volume Mapping - Maps local host directories to container storage to ensure application data remains intact across container lifecycles.
  • Containerized Development Environments - Orchestrates containerized web servers, databases, and dependencies to provide consistent local development workspaces.
  • Docker Compose Deployments - Uses declarative configuration to orchestrate multi-container development environments with persistent storage.
  • Multi-Service Container Orchestration - Orchestrates multiple inter-dependent services like web servers and databases using containerization for local development.
  • Persistent Storage Volumes - Ensures database state retention by mapping local directories to persistent storage volumes.
  • Containerized Development Workflows - Standardizes local workspace configurations to ensure consistent application behavior across different developer machines.
  • Development Asset Bundling - Provides containerized build tools for frontend asset bundling and automatic updates during development.
  • Ephemeral Container Orchestrators - Manages the rapid creation and destruction of isolated containers to maintain a clean and reproducible development state.
  • Sidecar Containers - Deploys auxiliary sidecar containers to capture and display outgoing mail traffic for local testing.
  • SMTP Message Interception - Captures and displays outgoing mail traffic in a local dashboard for verification without external servers.
  • Laravel - Bootstraps a complete development environment including web servers, databases, and asset compilation tools.
  • Environment Variable Injection - Injects runtime settings into containers via environment variables to allow flexible configuration without modifying source code.
  • Email Testing Tools - Intercepts and displays outgoing application emails in a local dashboard to verify delivery logic.
  • Frontend Asset Compilation - Executes frontend build processes and development servers within isolated containers to manage web assets.

Star history

Star history chart for aschmelyun/docker-compose-laravelStar history chart for aschmelyun/docker-compose-laravel

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Docker Compose Laravel

These projects share indexed features with Docker Compose Laravel. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • nezhar/wordpress-docker-composenezhar avatar

    nezhar/wordpress-docker-compose

    2,034View on 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
    View on GitHub↗2,034
  • cytopia/devilboxcytopia avatar

    cytopia/devilbox

    4,470View on 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
    View on GitHub↗4,470
  • sprintcube/docker-compose-lampsprintcube avatar

    sprintcube/docker-compose-lamp

    2,842View on GitHub↗

    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 environment distinguishes itself by integrating production-grade security and traffic management tools directly into the local workflow. It automates the generation and application of SSL and TLS certificates to enable encrypted connections for local domains, while utilizing a reverse proxy to route traffic and sim

    Dockerfileapache2dockerdocker-compose
    View on GitHub↗2,842
  • varying-vagrant-vagrants/vvvVarying-Vagrant-Vagrants avatar

    Varying-Vagrant-Vagrants/VVV

    4,524View on GitHub↗

    VVV is a virtualized server orchestrator and local development environment that uses Vagrant to deploy Linux-based guest servers. It functions as a containerized development workflow, leveraging Docker and various hypervisors to automate the provisioning of local sites. The project provides a specialized toolset for WordPress development, enabling the creation of local content management sites and the testing of changes to WordPress core software. It allows for the definition and deployment of multiple local websites through a central configuration file. The system covers broader capabilitie

    Shell
    View on GitHub↗4,524
Compare all 30 related projects→

Frequently asked questions

What does aschmelyun/docker-compose-laravel do?

This project provides a containerized orchestration setup designed to standardize local development environments for web applications. By utilizing declarative configuration, it manages isolated service containers to ensure consistent application behavior and dependency management across different developer machines.

What are the main features of aschmelyun/docker-compose-laravel?

The main features of aschmelyun/docker-compose-laravel are: Local Development Environments, Persistent Volume Mapping, Containerized Development Environments, Docker Compose Deployments, Multi-Service Container Orchestration, Persistent Storage Volumes, Containerized Development Workflows, Development Asset Bundling.

Which projects share features with aschmelyun/docker-compose-laravel?

Projects with overlapping indexed features include: nezhar/wordpress-docker-compose — This project provides a containerized development stack for WordPress, orchestrating web server and database services… cytopia/devilbox — Devilbox is a containerized development environment that provides a reproducible suite of web servers, databases, and… sprintcube/docker-compose-lamp — This project provides a containerized development environment designed to standardize web server stacks, including… varying-vagrant-vagrants/vvv — VVV is a virtualized server orchestrator and local development environment that uses Vagrant to deploy Linux-based… sj26/mailcatcher — Mailcatcher is a local email development proxy and SMTP server mock designed to intercept outgoing emails during… devcontainers/features — This project provides a framework for defining and distributing reproducible development environments through modular,…

Curated searches featuring Docker Compose Laravel

Hand-picked collections where Docker Compose Laravel appears.
  • Development environment containers
  • Docker Compose service templates