Added cachet.is_docker if we're running as Docker
This commit is contained in:
@@ -22,4 +22,15 @@ return [
|
|||||||
|
|
||||||
'timezone' => 'UTC',
|
'timezone' => 'UTC',
|
||||||
|
|
||||||
|
/*
|
||||||
|
|--------------------------------------------------------------------------
|
||||||
|
| Docker
|
||||||
|
|--------------------------------------------------------------------------
|
||||||
|
|
|
||||||
|
| Is the installation running under a Docker container?
|
||||||
|
|
|
||||||
|
*/
|
||||||
|
|
||||||
|
'is_docker' => env('DOCKER', false),
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user