{"id":18509645,"url":"https://github.com/mingfang/docker-pimcore","last_synced_at":"2026-01-24T02:38:19.898Z","repository":{"id":142558897,"uuid":"143619819","full_name":"mingfang/docker-pimcore","owner":"mingfang","description":"Run Pimcore Inside Docker","archived":false,"fork":false,"pushed_at":"2019-01-20T15:08:35.000Z","size":38,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-17T02:30:03.465Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/mingfang.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}},"created_at":"2018-08-05T14:29:09.000Z","updated_at":"2019-11-16T17:14:51.000Z","dependencies_parsed_at":"2023-03-21T16:04:37.795Z","dependency_job_id":null,"html_url":"https://github.com/mingfang/docker-pimcore","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mingfang%2Fdocker-pimcore","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mingfang%2Fdocker-pimcore/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mingfang%2Fdocker-pimcore/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mingfang%2Fdocker-pimcore/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mingfang","download_url":"https://codeload.github.com/mingfang/docker-pimcore/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254120177,"owners_count":22017954,"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":[],"created_at":"2024-11-06T15:18:38.377Z","updated_at":"2026-01-24T02:38:19.874Z","avatar_url":"https://github.com/mingfang.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# docker-pimcore\nRun Pimcore Inside Docker\n\nsample deploy\n```\n    services:\n    - name: pimcore\n      ports:\n      - {name: http, port: 80}\n      annotations:\n        nginx:\n        - http:\n          - server: pimcore.*\n            paths:\n            - path: /\n      stateful: true\n      pod:\n        replicas: 1\n        containers:\n        - name: pimcore\n          image: registry.rebelsoft.com/pimcore\n          env:\n          - {name: PIMCORE_INSTALL_ADMIN_USERNAME, value: \"admin\"}\n          - {name: PIMCORE_INSTALL_ADMIN_PASSWORD, value: \"admin\"}\n          - {name: PIMCORE_INSTALL_MYSQL_HOST_SOCKET, value: \"pimcore-db\"}\n          - {name: PIMCORE_INSTALL_MYSQL_USERNAME, value: \"pimcore\"}\n          - {name: PIMCORE_INSTALL_MYSQL_PASSWORD, value: \"pimcore\"}\n          - {name: PIMCORE_INSTALL_MYSQL_DATABASE, value: \"pimcore\"}\n          - {name: PIMCORE_INSTALL_MYSQL_PORT, value: \"3306\"}\n          - {name: POD_NAME, valueFrom: {fieldRef: {fieldPath: metadata.name}}}\n          lifecycle:\n            postStart:\n              exec:\n                command:\n                - bash\n                - -ce\n                - |\n                  until curl -s -o /dev/null localhost/; do echo \"Waiting for Nginx...\"; sleep 10; done;\n                  if [ -e /var/www/pimcore/var/config/system.php ]; then\n                    ./bin/console pimcore:deployment:classes-rebuild\n                    echo \"/var/www/pimcore/var/config/system.php was found...skipping installation\"\n                    exit\n                  fi\n                  cd /var/www/pimcore\n                  ./vendor/bin/pimcore-install --no-interaction\n                  chown -R www-data:www-data /var/www\n          volumeMounts:\n          - {name: data, mountPath: /var/www/pimcore/var, subPath: pimcore/data/var}\n          - {name: data, mountPath: /var/www/pimcore/web/var, subPath: pimcore/data/web/var}\n        volumes:\n        - {name: data, persistentVolumeClaim: {claimName: cluster-data}}\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmingfang%2Fdocker-pimcore","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmingfang%2Fdocker-pimcore","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmingfang%2Fdocker-pimcore/lists"}