next helper image

This commit is contained in:
Andras Bacsai
2023-09-05 08:49:33 +02:00
parent dca332a688
commit 31db1db636
6 changed files with 100 additions and 13 deletions

View File

@@ -7,4 +7,5 @@ return [
'mux_enabled' => env('MUX_ENABLED', true),
'dev_webhook' => env('SERVEO_URL'),
'base_config_path' => env('BASE_CONFIG_PATH', '/data/coolify'),
'helper_image' => env('HELPER_IMAGE', 'ghcr.io/coollabsio/coolify-helper:latest'),
];