{"id":36971040,"url":"https://github.com/geerlingguy/drupal-vm-docker","last_synced_at":"2026-01-13T21:51:50.328Z","repository":{"id":62509571,"uuid":"128663428","full_name":"geerlingguy/drupal-vm-docker","owner":"geerlingguy","description":"Drupal VM Docker Composer Plugin","archived":true,"fork":false,"pushed_at":"2023-02-13T03:02:50.000Z","size":10,"stargazers_count":20,"open_issues_count":3,"forks_count":4,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-04T05:44:41.011Z","etag":null,"topics":["composer","docker","drupal","drupal-vm","local","local-environment","plugin","vm"],"latest_commit_sha":null,"homepage":"https://packagist.org/packages/geerlingguy/drupal-vm-docker","language":"PHP","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/geerlingguy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":"geerlingguy","patreon":"geerlingguy"}},"created_at":"2018-04-08T17:04:36.000Z","updated_at":"2024-09-02T10:37:01.000Z","dependencies_parsed_at":"2022-11-02T10:16:40.148Z","dependency_job_id":null,"html_url":"https://github.com/geerlingguy/drupal-vm-docker","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/geerlingguy/drupal-vm-docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geerlingguy%2Fdrupal-vm-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geerlingguy%2Fdrupal-vm-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geerlingguy%2Fdrupal-vm-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geerlingguy%2Fdrupal-vm-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/geerlingguy","download_url":"https://codeload.github.com/geerlingguy/drupal-vm-docker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geerlingguy%2Fdrupal-vm-docker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28401772,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-13T14:36:09.778Z","status":"ssl_error","status_checked_at":"2026-01-13T14:35:19.697Z","response_time":56,"last_error":"SSL_read: 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":["composer","docker","drupal","drupal-vm","local","local-environment","plugin","vm"],"created_at":"2026-01-13T21:51:49.544Z","updated_at":"2026-01-13T21:51:50.323Z","avatar_url":"https://github.com/geerlingguy.png","language":"PHP","funding_links":["https://github.com/sponsors/geerlingguy","https://patreon.com/geerlingguy"],"categories":[],"sub_categories":[],"readme":"# DEPRECATED - Drupal VM Docker Composer Plugin\n\n\u003e **This project has been deprecated. It is no longer maintained.**\n\n[![Packagist](https://img.shields.io/packagist/v/geerlingguy/drupal-vm-docker.svg)](https://packagist.org/packages/geerlingguy/drupal-vm-docker) [![Docker Automated build](https://img.shields.io/docker/automated/geerlingguy/drupal-vm.svg?maxAge=2592000)](https://hub.docker.com/r/geerlingguy/drupal-vm/) [![](https://images.microbadger.com/badges/image/geerlingguy/drupal-vm.svg)](https://microbadger.com/images/geerlingguy/drupal-vm \"Get your own image badge on microbadger.com\") [![irc://irc.freenode.net/drupal-vm](https://img.shields.io/badge/irc.freenode.net-%23drupal--vm-brightgreen.svg)](https://riot.im/app/#/room/#drupal-vm:matrix.org)\n\n**The quickest way to add a local development environment to your Drupal project!**\n\nGet started:\n\n    composer require --dev geerlingguy/drupal-vm-docker\n\nRun this command inside the directory of a Drupal project that is built using Composer, and it will create a Docker Compose file which will run a local instance of Drupal VM.\n\nMake sure you have [Docker CE](https://store.docker.com/search?type=edition\u0026offering=community) installed and running, then run `docker-compose up -d`. After a minute or two, you should be able to access your Drupal site at `http://localhost/`.\n\n\u003e To install Drupal, the default Drupal VM database name, username, and password are all `drupal`.\n\n## Shutting down the environment\n\nWhen you're finished developing, run the command:\n\n    docker-compose stop\n\nAnd once you're ready to develop again, run:\n\n    docker-compose start\n\nIf you want to completely clear out the local environment (e.g. to start over or if you're finished with a project), run:\n\n    docker-compose down\n\n## Updating the Docker Compose file\n\nThe Docker Compose file should be updated automatically any time you update to a newer version of this plugin. However, you can also manually force the file to be updated by running:\n\n    composer drupal-vm-docker-update\n\nYou should then tell Docker to restart anything that needs to be restarted with `docker-compose up -d`.\n\n## License\n\nThis project is licensed under the MIT open source license.\n\n## About the Author\n\n[Jeff Geerling](https://www.jeffgeerling.com/) created the Drupal VM Docker Composer Plugin in 2018 for a more efficient Drupal site and core/contrib development workflow.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeerlingguy%2Fdrupal-vm-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgeerlingguy%2Fdrupal-vm-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeerlingguy%2Fdrupal-vm-docker/lists"}