improved bashrc; changed volumes for file migration eg: d7.materio.com
This commit is contained in:
@@ -46,8 +46,9 @@ services:
|
||||
- 9000
|
||||
volumes:
|
||||
- php-root-data:/root
|
||||
- "${PROJECT_ROOT}:/var/www/html"
|
||||
- "${LEGACY_ROOT}:/var/www/drupal6"
|
||||
- "${PROJECT_ROOT}:/var/www/html/d8.materio.com/public_html"
|
||||
- "${LEGACY_ROOT}:/var/www/html/d7.materio.com/public_html"
|
||||
working_dir: "/var/www/html/d8.materio.com/public_html"
|
||||
networks:
|
||||
- database
|
||||
- redis
|
||||
@@ -74,8 +75,10 @@ services:
|
||||
ports:
|
||||
- 8890:80
|
||||
volumes:
|
||||
- "${PROJECT_ROOT}:/var/www/html"
|
||||
- "${PROJECT_ROOT}:/var/www/html/d8.materio.com/public_html"
|
||||
- "${LEGACY_ROOT}:/var/www/html/d7.materio.com/public_html"
|
||||
- "${LOG_ROOT}:/var/log:rw"
|
||||
working_dir: "/var/www/html/d8.materio.com/public_html"
|
||||
networks:
|
||||
- server
|
||||
depends_on:
|
||||
|
||||
Reference in New Issue
Block a user