{"id":23451079,"url":"https://github.com/kokoal/drupal-docker-compose","last_synced_at":"2026-05-09T10:27:10.896Z","repository":{"id":94712140,"uuid":"210121722","full_name":"kokoal/drupal-docker-compose","owner":"kokoal","description":"A docker-compose file to use Drupal with a complete environment.","archived":false,"fork":false,"pushed_at":"2020-03-04T22:09:41.000Z","size":27,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-15T19:48:47.068Z","etag":null,"topics":["docker-compose","drupal","traefik"],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/kokoal.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2019-09-22T09:28:56.000Z","updated_at":"2020-03-02T14:20:05.000Z","dependencies_parsed_at":"2023-04-13T17:35:00.993Z","dependency_job_id":null,"html_url":"https://github.com/kokoal/drupal-docker-compose","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kokoal%2Fdrupal-docker-compose","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kokoal%2Fdrupal-docker-compose/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kokoal%2Fdrupal-docker-compose/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kokoal%2Fdrupal-docker-compose/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kokoal","download_url":"https://codeload.github.com/kokoal/drupal-docker-compose/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248198867,"owners_count":21063626,"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":["docker-compose","drupal","traefik"],"created_at":"2024-12-24T00:18:26.408Z","updated_at":"2026-05-09T10:27:05.867Z","avatar_url":"https://github.com/kokoal.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"Disclaimer: Drupal shouldn't be running with nginx, to much to correct.\n\n# Drupal docker-compose\nA docker-compose and tools to fast launch a Drupal project.\n\n## Requirements\n- Docker is installed and running\n- Traefik is installed and running\n- You have a network named `proxy` and you have set traefik up in it\n- Docker compose is installed\n\n## Set up environment variables\n- Before doing annything you need to change environment variables as you wish\n\nVariable | Definition\n------------ | -------------\nPROJECT_NAME | The project name will be used to name containers and set up a domain name with traefik. (Domain name example : www.test.localhost with PROJECT_NAME=test).\nDRUPAL_VERSION | Wanted Drupal version (Examples : 8, 8.7, 8.7.7).\nSERVER_VERSION | Wanted Server version.\nDATABASE_VERSION | The database version number.\nDATABASE_NAME | The future first Drupal databse name.\nDATABASE_ROOT_PASSWORD | The root database password. \n\n## Use the pre-launching script\n- Run the pre-launcher to set up all files and folder necessary to Drupal development :\n```bash ./install/pre-launching.sh```\n\n## Launch your Drupal app\n\n## Drupal installation (Follow the official  core/INSTALL.txt)\n### Prepare Drupal install from recommandation\n```\nmkdir sites/default/files\nchmod a+w sites/default\nchmod a+w sites/default/files\ncp sites/default/default.settings.php sites/default/settings.php\nchmod a+w sites/default/settings.php\n```\nThen run website to start install.\n\n### Configure your database connection\n\n### Secure your app\n- Change rights according to the Drupal install recommandations.\n\n```\nchmod go-w sites/default/settings.php\nchmod go-w sites/default\n```\n\n\n## Tested with\n- Docker 18.06.0-ce\n- Traefk in a different container (version : 2.1.4)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkokoal%2Fdrupal-docker-compose","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkokoal%2Fdrupal-docker-compose","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkokoal%2Fdrupal-docker-compose/lists"}