awesome-repositories.com
Blog
awesome-repositories.com

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

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
nezhar avatar

nezhar/wordpress-docker-compose

0
View on GitHub↗
2,034 stars·1,382 forks·Shell·MIT·7 views

Wordpress Docker Compose

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 and restoration of existing websites by supporting the import of application code and database dumps into the local stack.

The stack includes capabilities for managing persistent storage volumes to ensure data remains available across container lifecycles, alongside support for executing administrative tasks via the command line. Configuration is handled through environment variables, enabling dynamic adjustments to connection settings and credentials.

Features

  • WordPress Environments - Provides a containerized WordPress development stack with persistent storage and live code mounting for themes and plugins.
  • Docker Compose Deployments - Manages multi-container stacks for web applications using declarative configuration files.
  • Persistent Storage Volumes - Attaches persistent storage volumes to ensure database state survives container lifecycles.
  • WordPress - Provides a containerized environment for building and testing WordPress themes and plugins locally.
  • Multi-Container Stacks - Orchestrates a multi-container stack for web development using a unified configuration file to manage services and persistent storage.
  • Environment Stack Deployments - Orchestrates a complete web server and database stack for reliable local development environments.
  • Multi-Service Container Orchestration - Orchestrates multiple interdependent services like web servers and databases into a single functional development stack.
  • Database Record Managers - Provides a web-based interface for inspecting and modifying database records to troubleshoot content.
  • Database Backup and Restore - Supports the import of database dumps and code to facilitate the migration and restoration of websites.
  • Database Management Environments - Exposes a web-based interface for inspecting and modifying database contents to simplify data management.
  • Ephemeral Container Orchestrators - Supports rapid creation and destruction of isolated container environments to maintain consistent development states.
  • Sidecar Containers - Deploys a web-based database administration tool as a sidecar container for graphical data manipulation.
  • Local Development Directory Mapping - Maps local development directories into the container to enable live testing of themes and plugins.
  • Container Bind Mounts - Maps local host directories into containers to allow immediate reflection of code changes during development.
  • Existing Machine Imports - Facilitates the migration of existing websites by importing application code and database dumps into the local stack.
  • Database Management Interfaces - Ships a web-based tool for inspecting and modifying database records within the containerized environment.
  • Custom Theme Development - Enables live testing of custom themes and plugins by mapping local project directories into the container.

Star history

Star history chart for nezhar/wordpress-docker-composeStar history chart for nezhar/wordpress-docker-compose

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

Curated searches featuring Wordpress Docker Compose

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

Open-source alternatives to Wordpress Docker Compose

Similar open-source projects, ranked by how many features they share with Wordpress Docker Compose.
  • aschmelyun/docker-compose-laravelaschmelyun avatar

    aschmelyun/docker-compose-laravel

    2,650View on GitHub↗

    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 d

    Dockerfile
    View on GitHub↗2,650
  • 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
  • crunchydata/postgres-operatorCrunchyData avatar

    CrunchyData/postgres-operator

    4,423View on GitHub↗

    This project is a Kubernetes operator designed for deploying and managing production PostgreSQL database clusters using declarative configurations. It functions as a controller that synchronizes the actual state of database clusters with a desired state, providing a system for high availability orchestration, automated backup and recovery, and containerized database administration. The operator distinguishes itself through a comprehensive data protection suite that supports point-in-time recovery, multi-mode backups to cloud object storage, and cluster cloning. It ensures continuous availabil

    Go
    View on GitHub↗4,423
  • ravendb/ravendbravendb avatar

    ravendb/ravendb

    3,961View on GitHub↗

    RavenDB is a multi-model NoSQL document database designed for high-performance, ACID-compliant data storage. It persists structured information as schema-flexible JSON documents and utilizes a unit-of-work session pattern to track entity changes and batch modifications into atomic transactions. The platform is built on a distributed architecture that supports horizontal scaling through sharding and ensures high availability via multi-node, master-to-master cluster replication. The database distinguishes itself through a self-optimizing query engine that automatically creates and maintains ind

    C#csharpdatabasedocument-database
    View on GitHub↗3,961
See all 30 alternatives to Wordpress Docker Compose→

Frequently asked questions

What does nezhar/wordpress-docker-compose do?

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.

What are the main features of nezhar/wordpress-docker-compose?

The main features of nezhar/wordpress-docker-compose are: WordPress Environments, Docker Compose Deployments, Persistent Storage Volumes, WordPress, Multi-Container Stacks, Environment Stack Deployments, Multi-Service Container Orchestration, Database Record Managers.

What are some open-source alternatives to nezhar/wordpress-docker-compose?

Open-source alternatives to nezhar/wordpress-docker-compose include: aschmelyun/docker-compose-laravel — This project provides a containerized orchestration setup designed to standardize local development environments for… cytopia/devilbox — Devilbox is a containerized development environment that provides a reproducible suite of web servers, databases, and… ravendb/ravendb — RavenDB is a multi-model NoSQL document database designed for high-performance, ACID-compliant data storage. It… crunchydata/postgres-operator — This project is a Kubernetes operator designed for deploying and managing production PostgreSQL database clusters… sprintcube/docker-compose-lamp — This project provides a containerized development environment designed to standardize web server stacks, including… collabnix/dockerlabs — dockerlabs is a collection of educational labs and technical tutorials designed to teach the fundamentals of…