Skip to content

Deploy Pimcore with docker-compose (development only)

Notifications You must be signed in to change notification settings

trydirect/pimcore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Docker Stars Docker Pulls Docker Automated Docker Build Coverage Status

Pimcore stack

Deploy Pimcore with docker-compose multistage

Stack includes:

  • Official PHP docker image: 7.3-fpm
  • PHP 7.3 fpm
  • Pimcore v6

About Pimcore platform

Pimcore, the leading open-source enterprise software platform for PIM, DAM & eCommerce

Docker hub dev image: https://cloud.docker.com/repository/docker/trydirect/pimcore:6-dev Docker hub prod image: https://cloud.docker.com/repository/docker/trydirect/pimcore:6-prod

RUN installer

docker-compose exec pimcore bash -c 'chmod 0777 -R app/config bin composer.json pimcore var web/var'
docker-compose exec pimcore sh -c './vendor/bin/pimcore-install --no-interaction --admin-username=pimcore --admin-password=pimcore --mysql-host-socket=db --mysql-username=root --mysql-password=pimcore --mysql-database=pimcore'

Quick deployment to cloud

Amazon AWS, Digital Ocean, Hetzner and others

Pimcore version 5