webdevops / php-docker-boilerplate

:stew: PHP Docker Boilerplate for Symfony, Wordpress, Joomla or any other PHP Project (NGINX, Apache HTTPd, PHP-FPM, MySQL, Solr, Elasticsearch, Redis, FTP)
https://webdevops.io/projects/php-docker-boilerplate/
MIT License
561 stars 185 forks source link

how to use boilerplate as template with advanced git usage? #56

Open richhl opened 7 years ago

richhl commented 7 years ago

i have doubts with this doc https://github.com/webdevops/php-docker-boilerplate/blob/master/documentation/DOCKER-STARTUP.md ?

do you mean that best practice is to fork this repo, copy and customize docker-compose.yml for each project (one fork for project) and add git submodules mounted at app dir pointing to our code repo?

Thx in advance.