Add Docker and Docker Compose
This commit is contained in:
parent
ebd57a2e69
commit
29d88893fa
11 changed files with 162 additions and 1 deletions
|
@ -764,3 +764,6 @@ if (file_exists($app_root . '/' . $site_path . '/settings.local.php')) {
|
|||
include $app_root . '/' . $site_path . '/settings.local.php';
|
||||
}
|
||||
|
||||
if (file_exists('/.dockerenv') && file_exists($app_root . '/' . $site_path . '/settings.docker.php')) {
|
||||
include $app_root . '/' . $site_path . '/settings.docker.php';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue