Нет описания

Bachir Soussi Chiadmi a692fff233 added drush to php image + gd + php-custom.ini, updated readme for reverse proxy with apache 6 лет назад
base_d7 f1f25d080d mysql is working 6 лет назад
log f1f25d080d mysql is working 6 лет назад
nginx 66457e6eb2 php 5.6-fpm is working 6 лет назад
php a692fff233 added drush to php image + gd + php-custom.ini, updated readme for reverse proxy with apache 6 лет назад
.env f1f25d080d mysql is working 6 лет назад
.gitignore f1f25d080d mysql is working 6 лет назад
README.md a692fff233 added drush to php image + gd + php-custom.ini, updated readme for reverse proxy with apache 6 лет назад
docker-compose.yml a692fff233 added drush to php image + gd + php-custom.ini, updated readme for reverse proxy with apache 6 лет назад

README.md

MateriO 7.x

MateriO Base powered by druapl 7 docker environement

reverse proxy

<Virtualhost *:80>
   ServerName dev.materio.com
   ServerAlias dev.sb.materio.com
   ServerAlias dev.materio.eu
   ServerAlias dev.materio.fr
   ServerAlias dev.materio.net

   ProxyPass / http://127.0.0.1:81/
   ProxyPassReverse / http://127.0.0.1:81/
   ProxyRequests Off
</Virtualhost>

sources

https://www.ostraining.com/blog/drupal/docker/

http://tech.osteel.me/posts/2017/01/15/how-to-use-docker-for-local-web-development-an-update.html

https://mmenozzi.github.io/2016/01/22/php-web-development-with-docker/

https://dzone.com/articles/continuous-drupal-maintaining-a-drupal-website-wit