{"id":45822808,"url":"https://github.com/takashiraki/docker_wordpress","last_synced_at":"2026-02-26T21:03:26.359Z","repository":{"id":205547140,"uuid":"581004124","full_name":"takashiraki/docker_wordpress","owner":"takashiraki","description":"This is a container for wordpress development using proxynetwork","archived":false,"fork":false,"pushed_at":"2025-11-11T13:35:44.000Z","size":34,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-11T15:20:46.298Z","etag":null,"topics":["docker","docker-wordpress","wordpress"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/takashiraki.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}},"created_at":"2022-12-22T02:35:51.000Z","updated_at":"2025-11-11T13:35:17.000Z","dependencies_parsed_at":"2023-11-11T01:38:56.089Z","dependency_job_id":null,"html_url":"https://github.com/takashiraki/docker_wordpress","commit_stats":null,"previous_names":["takashiraki/docker_wordpress"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/takashiraki/docker_wordpress","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/takashiraki%2Fdocker_wordpress","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/takashiraki%2Fdocker_wordpress/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/takashiraki%2Fdocker_wordpress/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/takashiraki%2Fdocker_wordpress/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/takashiraki","download_url":"https://codeload.github.com/takashiraki/docker_wordpress/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/takashiraki%2Fdocker_wordpress/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29872674,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-26T21:01:59.805Z","status":"ssl_error","status_checked_at":"2026-02-26T21:00:42.555Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["docker","docker-wordpress","wordpress"],"created_at":"2026-02-26T21:03:25.130Z","updated_at":"2026-02-26T21:03:26.348Z","avatar_url":"https://github.com/takashiraki.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Docker WordPress\n\nA Docker-based WordPress development environment with SSL/TLS support using Let's Encrypt.\n\n## Features\n\n- WordPress latest version\n- SSL/TLS support with Let's Encrypt\n- Environment variable configuration\n- Multi-network setup (proxy, infrastructure, and WordPress networks)\n- Dev container support for development\n\n## Prerequisites\n\n- Docker\n- Docker Compose\n- External networks: `my_proxy_network` and `my_infra_network` must be created beforehand\n\n## Quick Start\n\n1. Clone this repository:\n   ```bash\n   git clone \u003crepository-url\u003e\n   cd sample_wordpress\n   ```\n\n2. Copy the example environment file and configure it:\n   ```bash\n   cp .env.example .env\n   ```\n\n3. Edit `.env` file with your settings:\n   ```bash\n   MY_WORDPRESS_DB=your_database_name\n   VIRTUAL_HOST=your-domain.com\n   LETSENCRYPT_EMAIL=your-email@example.com\n   ```\n\n4. Start the WordPress container:\n   ```bash\n   docker-compose up -d\n   ```\n\n5. Access your WordPress site at the configured domain.\n\n## Environment Variables\n\n| Variable                | Description                | Default             |\n| ----------------------- | -------------------------- | ------------------- |\n| `MY_WORDPRESS_HOST`     | Database host              | `my_database`       |\n| `MY_WORDPRESS_DB`       | Database name              | (required)          |\n| `MY_WORDPRESS_USER`     | Database user              | `root`              |\n| `MY_WORDPRESS_PASSWORD` | Database password          | `rootpw`            |\n| `VIRTUAL_HOST`          | Domain name for the site   | (required)          |\n| `LETSENCRYPT_HOST`      | Domain for SSL certificate | `${VIRTUAL_HOST}`   |\n| `LETSENCRYPT_EMAIL`     | Email for Let's Encrypt    | `hello@example.com` |\n| `LETSENCRYPT_TEST`      | Use Let's Encrypt staging  | `true`              |\n| `CERT_NAME`             | Certificate name           | `default`           |\n\n## Network Configuration\n\nThis setup uses three Docker networks:\n- `my_wordpress_network`: Internal WordPress network\n- `my_proxy_network`: External proxy network (must be created beforehand)\n- `my_infra_network`: External infrastructure network (must be created beforehand)\n\nTo create the external networks:\n```bash\ndocker network create my_proxy_network\ndocker network create my_infra_network\n```\n\n## Development\n\nThis project includes a dev container configuration for development. Open the project in VS Code with the Dev Containers extension to get started.\n\n## File Structure\n\n```\n.\n├── docker-compose.yml    # Docker Compose configuration\n├── .env.example          # Example environment variables\n├── .devcontainer/        # Dev container configuration\n└── wordpress/            # WordPress files (mounted volume)\n```\n\n## License\n\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftakashiraki%2Fdocker_wordpress","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftakashiraki%2Fdocker_wordpress","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftakashiraki%2Fdocker_wordpress/lists"}