{"id":18658665,"url":"https://github.com/cschindlbeck/dockerized-wp","last_synced_at":"2026-05-07T06:35:19.321Z","repository":{"id":223988233,"uuid":"688332119","full_name":"cschindlbeck/dockerized-wp","owner":"cschindlbeck","description":"Dockerized Wordpress Site to develop WP locally","archived":false,"fork":false,"pushed_at":"2024-02-23T03:30:48.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-18T01:36:29.321Z","etag":null,"topics":["apache2","docker","docker-compose","mysql","website","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/cschindlbeck.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":"2023-09-07T06:15:24.000Z","updated_at":"2024-02-23T03:30:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"e3110f83-2ed2-477d-a6da-f69a54a74bd6","html_url":"https://github.com/cschindlbeck/dockerized-wp","commit_stats":null,"previous_names":["cschindlbeck/dockerized-wp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cschindlbeck/dockerized-wp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cschindlbeck%2Fdockerized-wp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cschindlbeck%2Fdockerized-wp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cschindlbeck%2Fdockerized-wp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cschindlbeck%2Fdockerized-wp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cschindlbeck","download_url":"https://codeload.github.com/cschindlbeck/dockerized-wp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cschindlbeck%2Fdockerized-wp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32726163,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-07T02:14:30.463Z","status":"ssl_error","status_checked_at":"2026-05-07T02:14:29.405Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["apache2","docker","docker-compose","mysql","website","wordpress"],"created_at":"2024-11-07T07:33:59.549Z","updated_at":"2026-05-07T06:35:19.283Z","avatar_url":"https://github.com/cschindlbeck.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dockerized Wordpress Site\n\nDevelop a WordPress site locally using a containerized environment with docker-compose.\n\n## Backups\n\nDon't forget to backup db_data and wordpress directories!\nMake sure permissions and user/groups are correct when copying from a different project\n\n## Install/Usage\n\nThree services for DB, apache2 and WordPress, build them via\n\n```bash\ndocker compose build\n```\n\nand run them via\n\n```bash\ndocker compose up --detach\n```\n\nThis will create a db-data and a wordpress directory, the user/group defaults are fine\n\nNow you can visit the website at [localhost](http://localhost:80) or you can go to the [Dashboard](http://localhost/wp-admin) to configure it.\n\nIn order to stop all containers do\n\n```bash\ndocker compose down\n```\n\n## Known bugs / TODO\n\n- Change wp-config.php in the wordpress directory to the credentials set in the docker-compose.yaml\n\n```\n/** Database username */\ndefine( 'DB_USER', getenv_docker('WORDPRESS_DB_USER', 'wpuser') );\n\n/** Database password */\ndefine( 'DB_PASSWORD', getenv_docker('WORDPRESS_DB_PASSWORD', 'wppassword') );\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcschindlbeck%2Fdockerized-wp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcschindlbeck%2Fdockerized-wp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcschindlbeck%2Fdockerized-wp/lists"}