{"id":18795330,"url":"https://github.com/dpfaffenbauer/pimcore-docker-compose","last_synced_at":"2025-09-11T09:36:36.230Z","repository":{"id":53113310,"uuid":"98515545","full_name":"dpfaffenbauer/pimcore-docker-compose","owner":"dpfaffenbauer","description":"Simple Docker-Compose Configuration for Pimcore 5","archived":false,"fork":false,"pushed_at":"2021-04-05T12:47:33.000Z","size":45,"stargazers_count":76,"open_issues_count":1,"forks_count":46,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-13T15:45:51.168Z","etag":null,"topics":["docker","docker-compose","pimcore"],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":false,"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/dpfaffenbauer.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}},"created_at":"2017-07-27T08:59:06.000Z","updated_at":"2024-11-19T19:26:36.000Z","dependencies_parsed_at":"2022-09-13T16:51:23.483Z","dependency_job_id":null,"html_url":"https://github.com/dpfaffenbauer/pimcore-docker-compose","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dpfaffenbauer/pimcore-docker-compose","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpfaffenbauer%2Fpimcore-docker-compose","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpfaffenbauer%2Fpimcore-docker-compose/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpfaffenbauer%2Fpimcore-docker-compose/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpfaffenbauer%2Fpimcore-docker-compose/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dpfaffenbauer","download_url":"https://codeload.github.com/dpfaffenbauer/pimcore-docker-compose/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpfaffenbauer%2Fpimcore-docker-compose/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274609465,"owners_count":25316621,"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-09-11T02:00:13.660Z","response_time":74,"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-compose","pimcore"],"created_at":"2024-11-07T21:33:29.439Z","updated_at":"2025-09-11T09:36:36.203Z","avatar_url":"https://github.com/dpfaffenbauer.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Docker-Compose for Pimcore 5 and Pimcore 6\nSimple and easy Docker-Compose configuration for Pimcore 5 and Pimcore 6.\n\nDocker-Compose consists of the following images:\n - Redis\n - MariaDB 10.4\n - httpd (Apache 2.4) \u0026 PHP-FPM with PHP7.2 and all Pimcore required dependencies (LibreOffice, FFMPEG, Image Libraries, etc)\n - PHP-FPM with PHP7.2 and all Pimcore required dependencies (LibreOffice, Image Libraries, etc) (except FFMPEG)\n \n## Getting Started\n### Requirements\n* git\n* docker\n* docker-compose\n### Checkout Repo\n```bash\ngit clone https://github.com/dpfaffenbauer/pimcore-docker-compose.git\ncd pimcore-docker-compose/\n ```\n### Run Containers\n```bash\n# initialize and startup containers\ndocker-compose up -d\n```\n### Install Pimcore \nChoose which package to install\n#### Pimcore 5 \nhttps://pimcore.com/docs/5.x/Development_Documentation/Getting_Started/Installation.html#page_Choose-a-package-to-install\n#### Pimcore 6\nhttps://pimcore.com/docs/6.x/Development_Documentation/Getting_Started/Installation.html#page_Choose-a-package-to-install\n```bash\n# get shell in running container\ndocker exec -it pimcore-php bash\n\n# replace \u003cyourpackage\u003e with the package you with to install\n# for example COMPOSER_MEMORY_LIMIT=-1 composer create-project pimcore/demo tmp\nCOMPOSER_MEMORY_LIMIT=-1 composer create-project pimcore/\u003cyourpackage\u003e tmp\nmv tmp/.[!.]* .\nmv tmp/* .\nrmdir tmp\n\n#increase the memory_limit to \u003e= 512MB as required by pimcore-install\necho 'memory_limit = 512M' \u003e\u003e /usr/local/etc/php/conf.d/docker-php-memlimit.ini;\nservice apache2 reload\n\n#run installer\n./vendor/bin/pimcore-install --mysql-host-socket=db --mysql-username=pimcore --mysql-password=pimcore --mysql-database=pimcore \n\n ```\n\n### Use\nAfter the installer is finished, you can open in your Browser:\n* Frontend: http://localhost:2000\n* Backend: http://localhost:2000/admin\n\n### Common Errors \n\n#### File permissions \nOn some machines docker has problems with the relative symlinked (static) files. Run those commands in your `pimcore-php` container \n\n```bash \ndocker-compose exec php bash \nchown www-data: . -R \n```\n\nThis could take a while because of the amount of files inside the directory (especially because of the `vendor` folder). There is no guarantee that those commands on all machines and operating systems. \n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdpfaffenbauer%2Fpimcore-docker-compose","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdpfaffenbauer%2Fpimcore-docker-compose","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdpfaffenbauer%2Fpimcore-docker-compose/lists"}