{"id":26906748,"url":"https://github.com/ashwathdazur/wordpressdocker","last_synced_at":"2026-05-08T13:39:27.934Z","repository":{"id":284289803,"uuid":"954451258","full_name":"AshwathDAzur/WordPressDocker","owner":"AshwathDAzur","description":"Easily deploy WordPress with MySQL using Docker Compose. This repository provides a ready-to-use docker-compose.yml file to spin up a WordPress site in minutes.","archived":false,"fork":false,"pushed_at":"2025-03-25T07:18:31.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-01T11:18:25.056Z","etag":null,"topics":["deployment","docker","docker-compose","sql","wordpress"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AshwathDAzur.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-03-25T05:24:10.000Z","updated_at":"2025-03-25T07:18:35.000Z","dependencies_parsed_at":"2025-03-25T06:27:01.088Z","dependency_job_id":"4a81b7eb-7310-4635-8f72-e6915490af64","html_url":"https://github.com/AshwathDAzur/WordPressDocker","commit_stats":null,"previous_names":["ashwathdazur/wordpressdocker"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AshwathDAzur%2FWordPressDocker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AshwathDAzur%2FWordPressDocker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AshwathDAzur%2FWordPressDocker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AshwathDAzur%2FWordPressDocker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AshwathDAzur","download_url":"https://codeload.github.com/AshwathDAzur/WordPressDocker/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246628227,"owners_count":20808107,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["deployment","docker","docker-compose","sql","wordpress"],"created_at":"2025-04-01T11:18:34.144Z","updated_at":"2026-05-08T13:39:25.746Z","avatar_url":"https://github.com/AshwathDAzur.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🐳 WordPress + MySQL Docker Compose Setup\n\nEasily deploy WordPress with MySQL using Docker Compose. This repository provides a ready-to-use docker-compose.yml file to spin up a WordPress site in minutes.\n\n## 📂 Project Structure\n```htm\n.\n├── docker-compose.yml    # Docker Compose configuration\n└── .env.dev              # To store the env variables and inject it during container spins up\n└── .gitignore            # Ignores things that has sensitive information\n└── README.md             # Documentation\n```\n\n## 🚀 Quick Start\n\nEnsure you have Docker and Docker Compose installed on your system.\n\n1. Clone the Repository\n```json\ngit clone https://github.com/your-username/wordpress-docker-compose.git\ncd wordpress-docker-compose\n```\n\n2. Start the Containers\n```json\ndocker-compose up -d\n```\n\n3. Access WordPress\n\nOpen your browser and navigate to:\n```json\n# http://\u003cIP Addr\u003e:8080\nhttp://192.168.10.152:8080\n```\n\n4. Stop the Containers\n```json\ndocker-compose down\n```\n\n\n## 📊 Environment Variables\n\n| Variable              | Description                          | Default Value             |\n|-----------------------|--------------------------------------|---------------------------|\n| `WORDPRESS_DB_HOST`   | MySQL database hostname              | `db`                      |\n| `WORDPRESS_DB_USER`   | WordPress database username          | `wordpress`               |\n| `WORDPRESS_DB_PASSWORD`| WordPress database password          | `wordpress`               |\n| `WORDPRESS_DB_NAME`   | WordPress database name              | `wordpress`               |\n| `WP_HOME`             | Public URL for WordPress site        | `http://\u003cIP Addr\u003e:8080` |\n| `WP_SITEURL`          | WordPress installation URL           | `http://\u003cIP Addr\u003e:8080` |\n\n\n## 📦 Data Persistence\n\nThe WordPress site and MySQL database are stored in Docker volumes:\n- wordpress_data – Stores WordPress files\n- db_data – Stores MySQL data\n\n## 🔍 Troubleshooting\n1. Ensure Docker and Docker Compose are installed and running.\n2. Verify the IP address is correct and accessible from other devices.\n3. Check logs for errors:\n```json\ndocker-compose logs -f\n```\n## 🤝 Contributing\n\nFeel free to fork this repository, open issues, or submit pull requests!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fashwathdazur%2Fwordpressdocker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fashwathdazur%2Fwordpressdocker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fashwathdazur%2Fwordpressdocker/lists"}