feat: able to run scheduler/horizon programatically

This commit is contained in:
Andras Bacsai
2024-03-19 10:24:23 +01:00
parent 3da7746629
commit 289480c954
8 changed files with 49 additions and 5 deletions

View File

@@ -12,4 +12,6 @@ return [
'is_windows_docker_desktop' => env('IS_WINDOWS_DOCKER_DESKTOP', false),
'base_config_path' => env('BASE_CONFIG_PATH', '/data/coolify'),
'helper_image' => env('HELPER_IMAGE', 'ghcr.io/coollabsio/coolify-helper:latest'),
'is_horizon_enabled' => env('HORIZON_ENABLED', true),
'is_scheduler_enabled' => env('SCHEDULER_ENABLED', true),
];