{"id":14968650,"url":"https://github.com/dalenguyen/drupal8-docker","last_synced_at":"2025-08-24T16:32:41.837Z","repository":{"id":81775331,"uuid":"176959595","full_name":"dalenguyen/drupal8-docker","owner":"dalenguyen","description":"Docker for Local Drupal 8 Development","archived":false,"fork":false,"pushed_at":"2019-10-19T01:25:24.000Z","size":4,"stargazers_count":16,"open_issues_count":1,"forks_count":14,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-09T12:37:59.644Z","etag":null,"topics":["docker","docker-drupal","drupal-8","drupal8"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/dalenguyen.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"dalenguyen","patreon":null,"open_collective":null,"ko_fi":"dalenguyen","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2019-03-21T14:17:07.000Z","updated_at":"2025-03-27T22:15:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"15e5590c-d80b-4638-897a-162ea28afd83","html_url":"https://github.com/dalenguyen/drupal8-docker","commit_stats":{"total_commits":3,"total_committers":2,"mean_commits":1.5,"dds":"0.33333333333333337","last_synced_commit":"f33b3a5d5501786f2e06a6ac371ebc92c5773b74"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dalenguyen/drupal8-docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dalenguyen%2Fdrupal8-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dalenguyen%2Fdrupal8-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dalenguyen%2Fdrupal8-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dalenguyen%2Fdrupal8-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dalenguyen","download_url":"https://codeload.github.com/dalenguyen/drupal8-docker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dalenguyen%2Fdrupal8-docker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271902367,"owners_count":24841196,"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","status":"online","status_checked_at":"2025-08-24T02:00:11.135Z","response_time":111,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-drupal","drupal-8","drupal8"],"created_at":"2024-09-24T13:40:21.334Z","updated_at":"2025-08-24T16:32:41.784Z","avatar_url":"https://github.com/dalenguyen.png","language":"Shell","readme":"# Drupal 8 - Docker Local Development\n\nDocker enviroment setting up for Drupal 8 local development\n\nDrupal version: 8.6.12\n\n## Clone this project\n\n```sh\ngit clone https://github.com/dalenguyen/drupal8-docker.git\ncd drupal8-docker\n```\n\n## Before bringing up containers\n\nThis command will install Drupal 8.6.12 to drupal/web folder. For Windows user, you can skip this step. Instead, you have download drupal 8 from the main website and put in under drupal/web folder.\n\n```sh\nsh drupal-install.sh\n```\n\n## Getting started\n\nManage the containers\n\n```sh\ndocker-compose up -d\ndocker-compose down\n```\n\n## Change your hosts file \n\nPlease update your /etc/hosts in order to visit the site and the dashboard\n\n```sh\n## Drupal 8 Docker\n127.0.0.1       drupal8.localhost:8080\n127.0.0.1       portainer.drupal8.localhost:8080\n```\n\n## Database management\n\nExport database\n\n```sh\ndocker exec drupal8_mysql /usr/bin/mysqldump -u root --password=password drupal \u003e drupal/backup.sql\n```\n\nImport database\n\n```sh\ncat drupal/backup.sql  | docker exec -i drupal8_mysql /usr/bin/mysql -u root --password=password drupal\n```\n\n## Notes\n\nRemember to change the host name of MySQL is to __drupal8_mysql__ when you install Drupal.\n\n## Reference\n\n[Docker for WordPress Development](https://github.com/dalenguyen/wordpress-docker)","funding_links":["https://github.com/sponsors/dalenguyen","https://ko-fi.com/dalenguyen"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdalenguyen%2Fdrupal8-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdalenguyen%2Fdrupal8-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdalenguyen%2Fdrupal8-docker/lists"}