{"id":14968600,"url":"https://github.com/dunglas/frankenphp-drupal","last_synced_at":"2025-10-26T04:31:13.110Z","repository":{"id":64762330,"uuid":"562969292","full_name":"dunglas/frankenphp-drupal","owner":"dunglas","description":"Drupal on FrankenPHP","archived":false,"fork":false,"pushed_at":"2024-04-18T10:54:48.000Z","size":14,"stargazers_count":63,"open_issues_count":6,"forks_count":9,"subscribers_count":4,"default_branch":"main","last_synced_at":"2024-09-28T10:24:23.485Z","etag":null,"topics":["docker","docker-compose","drupal","frankenphp","php"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","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/dunglas.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},"funding":{"github":"dunglas"}},"created_at":"2022-11-07T16:26:38.000Z","updated_at":"2024-09-25T05:29:35.000Z","dependencies_parsed_at":"2024-09-23T03:01:13.691Z","dependency_job_id":null,"html_url":"https://github.com/dunglas/frankenphp-drupal","commit_stats":{"total_commits":17,"total_committers":6,"mean_commits":"2.8333333333333335","dds":0.5294117647058824,"last_synced_commit":"8e7d7e7fb6ac1d530ec205970610377ca2bb0467"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dunglas%2Ffrankenphp-drupal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dunglas%2Ffrankenphp-drupal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dunglas%2Ffrankenphp-drupal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dunglas%2Ffrankenphp-drupal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dunglas","download_url":"https://codeload.github.com/dunglas/frankenphp-drupal/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219864035,"owners_count":16555943,"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","docker-compose","drupal","frankenphp","php"],"created_at":"2024-09-24T13:40:16.696Z","updated_at":"2025-10-26T04:31:07.766Z","avatar_url":"https://github.com/dunglas.png","language":"Dockerfile","readme":"# Drupal on FrankenPHP\n\nRun the popular [Drupal CMS](https://drupal.org) on top of [FrankenPHP](https://frankenphp.dev),\nthe modern app server for PHP.\n\n## Getting Started\n\n```console\ngit clone https://github.com/dunglas/frankenphp-drupal\ncd frankenphp-drupal\ndocker compose pull --include-deps\ndocker compose up\n```\n\nDrupal is available on `https://localhost`.\n\nDuring initial Drupal setup, use the following database configuration:\n\n* Database type: MySQL, MariaDB, Percona Server, or equivalent \n* Database name: drupal\n* Database username: root\n* Database password: example\n* ADVANCED OPTIONS; Database host: db\n\n## Using PostgreSQL instead of MariaDB\n\n1. Create a file named `postgres.Dockerfile` with this content:\n\n  ```dockerfile\n  FROM postgres\n  \n  COPY docker-entrypoint-initdb.d/init-pg_trgm-extension.sh /docker-entrypoint-initdb.d/init-pg_trgm-extension.sh\n  ```\n2. Replace the `db` service definition in the `compose.yaml` file by this one:\n\n  ```yaml\n  db:\n      build:\n      context: .\n      dockerfile: postgres.Dockerfile\n      environment:\n      POSTGRES_PASSWORD: example\n      restart: always\n  ```\n3. In the `Dockerfile`, replace `pdo_mysql` by `pdo_pgsql`\n3. During initial Drupal setup, use the following database configuration:\n  * Database type: PostgreSQL\n  * Database name: postgres\n  * Database username: postgres\n  * Database password: example\n  * ADVANCED OPTIONS; Database host: postgres\n","funding_links":["https://github.com/sponsors/dunglas"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdunglas%2Ffrankenphp-drupal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdunglas%2Ffrankenphp-drupal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdunglas%2Ffrankenphp-drupal/lists"}