diff --git a/config/filesystems.php b/config/filesystems.php index 44fe9c8..0d8848d 100644 --- a/config/filesystems.php +++ b/config/filesystems.php @@ -30,6 +30,12 @@ 'disks' => [ + 'content' => [ + 'driver' => 'local', + 'root' => env('CONTENT_PATH'), + 'throw' => false, + ], + 'local' => [ 'driver' => 'local', 'root' => storage_path('app'), diff --git a/docker-compose.yml b/docker-compose.yml index 9a5308f..167a7c7 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -19,6 +19,7 @@ services: IGNITION_LOCAL_SITES_PATH: '${PWD}' volumes: - '.:/var/www/html' + - '../contenu:/content' networks: - sail depends_on: