added drush to php image + gd + php-custom.ini, updated readme for reverse proxy with apache

This commit is contained in:
Bachir Soussi Chiadmi
2018-01-13 20:31:13 +01:00
parent f1f25d080d
commit a692fff233
4 changed files with 83 additions and 36 deletions
+17 -2
View File
@@ -2,8 +2,21 @@
# MateriO 7.x
MateriO Base powered by druapl 7 docker environement
# steps
<!-- copy env.example to .env and edit the values to match your env -->
# 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/
@@ -11,3 +24,5 @@ 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