Merge branch 'multi-sites-branch' of https://github.com/LarryEitel/laradock into multi-sites

* 'multi-sites-branch' of https://github.com/LarryEitel/laradock:
  Proof of concept - LaraDock hosting multiple sites
This commit is contained in:
Mahmoud Zalt
2016-08-16 15:56:19 +03:00
7 changed files with 73 additions and 2 deletions

View File

@ -220,6 +220,17 @@ services:
volumes:
- ../:/var/www/laravel
# By default, site_a and site_b are mirroring the parent Laravel app.
# This is because the nginx container has these domains
# enabled to demonstrate how to support multiple sites
- ../:/var/www/site_a
- ../:/var/www/site_b
# This demonstrates example of where you may mount sites
# - ../../site_a/:/var/www/site_a
# - ../../site_b/:/var/www/site_b
### Databases Data Container ################################
volumes_data: