mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-16 20:49:28 +00:00
wip: scheduled backups
fix: file locations vendor unlocking
This commit is contained in:
@@ -62,6 +62,12 @@ return [
|
||||
'visibility' => 'private',
|
||||
'throw' => false,
|
||||
],
|
||||
'backups' => [
|
||||
'driver' => 'local',
|
||||
'root' => storage_path('app/backups'),
|
||||
'visibility' => 'private',
|
||||
'throw' => false,
|
||||
],
|
||||
|
||||
's3' => [
|
||||
'driver' => 's3',
|
||||
|
||||
Reference in New Issue
Block a user