Merge pull request #4915 from coollabsio/next

v4.0.0-beta.387
This commit is contained in:
Andras Bacsai
2025-01-22 11:56:52 +01:00
committed by GitHub
3 changed files with 5 additions and 5 deletions

View File

@@ -88,12 +88,12 @@ class General extends Component
if (version_compare($this->redis_version, '6.0', '>=')) { if (version_compare($this->redis_version, '6.0', '>=')) {
$this->database->runtime_environment_variables()->updateOrCreate( $this->database->runtime_environment_variables()->updateOrCreate(
['key' => 'REDIS_USERNAME'], ['key' => 'REDIS_USERNAME'],
['value' => $this->redis_username, 'standalone_redis_id' => $this->database->id] ['value' => $this->redis_username, 'resourceable_id' => $this->database->id]
); );
} }
$this->database->runtime_environment_variables()->updateOrCreate( $this->database->runtime_environment_variables()->updateOrCreate(
['key' => 'REDIS_PASSWORD'], ['key' => 'REDIS_PASSWORD'],
['value' => $this->redis_password, 'standalone_redis_id' => $this->database->id] ['value' => $this->redis_password, 'resourceable_id' => $this->database->id]
); );
$this->database->save(); $this->database->save();

View File

@@ -2,7 +2,7 @@
return [ return [
'coolify' => [ 'coolify' => [
'version' => '4.0.0-beta.386', 'version' => '4.0.0-beta.387',
'self_hosted' => env('SELF_HOSTED', true), 'self_hosted' => env('SELF_HOSTED', true),
'autoupdate' => env('AUTOUPDATE'), 'autoupdate' => env('AUTOUPDATE'),
'base_config_path' => env('BASE_CONFIG_PATH', '/data/coolify'), 'base_config_path' => env('BASE_CONFIG_PATH', '/data/coolify'),

View File

@@ -1,10 +1,10 @@
{ {
"coolify": { "coolify": {
"v4": { "v4": {
"version": "4.0.0-beta.386" "version": "4.0.0-beta.387"
}, },
"nightly": { "nightly": {
"version": "4.0.0-beta.387" "version": "4.0.0-beta.388"
}, },
"helper": { "helper": {
"version": "1.0.5" "version": "1.0.5"