awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
nezhar avatar

nezhar/wordpress-docker-compose

0
View on GitHub↗
2,034 स्टार्स·1,382 फोर्क्स·Shell·MIT·7 व्यूज़

Wordpress Docker Compose

यह प्रोजेक्ट WordPress के लिए एक कंटेनराइज्ड डेवलपमेंट स्टैक प्रदान करता है, जो एक एकीकृत कॉन्फ़िगरेशन फ़ाइल के माध्यम से वेब सर्वर और डेटाबेस सेवाओं को ऑर्केस्ट्रेट करता है। इसे एक सुसंगत स्थानीय वातावरण स्थापित करने के लिए डिज़ाइन किया गया है जो स्थानीय प्रोजेक्ट निर्देशिकाओं को सीधे कंटेनर फ़ाइल सिस्टम में मैप करके कस्टम थीम और प्लगइन्स के विकास का समर्थन करता है।

यह वातावरण एक साइडकार सेवा के रूप में वेब-आधारित डेटाबेस प्रबंधन इंटरफेस को एकीकृत करके खुद को अलग करता है, जिससे कंटेनराइज्ड सेटअप को छोड़े बिना साइट डेटा का निरीक्षण और संशोधन किया जा सकता है। यह स्थानीय स्टैक में एप्लिकेशन कोड और डेटाबेस डंप के आयात का समर्थन करके मौजूदा वेबसाइटों के माइग्रेशन और बहाली की सुविधा भी देता है।

स्टैक में कंटेनर लाइफसाइकिल के दौरान डेटा उपलब्ध रहने के लिए पर्सिस्टेंट स्टोरेज वॉल्यूम को प्रबंधित करने की क्षमताएं शामिल हैं, साथ ही कमांड लाइन के माध्यम से प्रशासनिक कार्यों को निष्पादित करने का समर्थन भी है। कॉन्फ़िगरेशन को एनवायरनमेंट वेरिएबल्स के माध्यम से संभाला जाता है, जिससे कनेक्शन सेटिंग्स और क्रेडेंशियल्स में डायनामिक समायोजन संभव होता है।

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.

स्टार हिस्ट्री

nezhar/wordpress-docker-compose के लिए स्टार हिस्ट्री चार्टnezhar/wordpress-docker-compose के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

Wordpress Docker Compose को शामिल करने वाली क्यूरेटेड खोजें

चुनिंदा कलेक्शन जहाँ Wordpress Docker Compose दिखाई देता है।
  • डेवलपमेंट एनवायरनमेंट कंटेनर्स
  • Docker Compose सर्विस टेम्प्लेट

Wordpress Docker Compose के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Wordpress Docker Compose के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • aschmelyun/docker-compose-laravelaschmelyun का अवतार

    aschmelyun/docker-compose-laravel

    2,650GitHub पर देखें↗

    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
    GitHub पर देखें↗2,650
  • cytopia/devilboxcytopia का अवतार

    cytopia/devilbox

    4,470GitHub पर देखें↗

    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
    GitHub पर देखें↗4,470
  • crunchydata/postgres-operatorCrunchyData का अवतार

    CrunchyData/postgres-operator

    4,423GitHub पर देखें↗

    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
    GitHub पर देखें↗4,423
  • ravendb/ravendbravendb का अवतार

    ravendb/ravendb

    3,961GitHub पर देखें↗

    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
    GitHub पर देखें↗3,961
Wordpress Docker Compose के सभी 30 विकल्प देखें→

अक्सर पूछे जाने वाले प्रश्न

nezhar/wordpress-docker-compose क्या करता है?

यह प्रोजेक्ट WordPress के लिए एक कंटेनराइज्ड डेवलपमेंट स्टैक प्रदान करता है, जो एक एकीकृत कॉन्फ़िगरेशन फ़ाइल के माध्यम से वेब सर्वर और डेटाबेस सेवाओं को ऑर्केस्ट्रेट करता है। इसे एक सुसंगत स्थानीय वातावरण स्थापित करने के लिए डिज़ाइन किया गया है जो स्थानीय प्रोजेक्ट निर्देशिकाओं को सीधे कंटेनर फ़ाइल सिस्टम में मैप करके कस्टम थीम और प्लगइन्स के विकास का समर्थन करता है।

nezhar/wordpress-docker-compose की मुख्य विशेषताएं क्या हैं?

nezhar/wordpress-docker-compose की मुख्य विशेषताएं हैं: WordPress Environments, Docker Compose Deployments, Persistent Storage Volumes, WordPress, Multi-Container Stacks, Environment Stack Deployments, Multi-Service Container Orchestration, Database Record Managers।

nezhar/wordpress-docker-compose के कुछ ओपन-सोर्स विकल्प क्या हैं?

nezhar/wordpress-docker-compose के ओपन-सोर्स विकल्पों में शामिल हैं: 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…