dbjpanda / drupal-devops

Drupal 8 devops workflow using Docker, Ansible, Composer and GIt . Developed in Google summer of Code 2018
4 stars 6 forks source link

Need to shift the configuration files to the root of dockerfile #16

Closed dbjpanda closed 6 years ago

dbjpanda commented 6 years ago

As we discussed to make automated building from the git source, there is no option to to build the image from docker-compose.yml rather we need to specify the root of dockerfile. And in docker file we can't access the outside files. Note we can even bind mount as it is now. But if we shift then, we will have separate nginx for Drupal, php for Drupal. Apart from it we should avoid bind mount as much as possible. Because it still fully not supported for MAC.