v4.0.0-beta.418 (#5793)
This commit is contained in:
@@ -51,7 +51,7 @@ class Kernel extends ConsoleKernel
|
||||
}
|
||||
|
||||
// $this->scheduleInstance->job(new CleanupStaleMultiplexedConnections)->hourly();
|
||||
$this->scheduleInstance->command('cleanup:redis')->everyTenMinutes();
|
||||
$this->scheduleInstance->command('cleanup:redis')->hourly();
|
||||
|
||||
if (isDev()) {
|
||||
// Instance Jobs
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
return [
|
||||
'coolify' => [
|
||||
'version' => '4.0.0-beta.417',
|
||||
'version' => '4.0.0-beta.418',
|
||||
'helper_version' => '1.0.8',
|
||||
'realtime_version' => '1.0.8',
|
||||
'self_hosted' => env('SELF_HOSTED', true),
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"coolify": {
|
||||
"v4": {
|
||||
"version": "4.0.0-beta.417"
|
||||
"version": "4.0.0-beta.418"
|
||||
},
|
||||
"nightly": {
|
||||
"version": "4.0.0-beta.418"
|
||||
"version": "4.0.0-beta.419"
|
||||
},
|
||||
"helper": {
|
||||
"version": "1.0.8"
|
||||
|
||||
@@ -103,7 +103,7 @@
|
||||
:src='service.logo'
|
||||
x-on:error.window="$event.target.src = service.logo_github_url"
|
||||
onerror="this.onerror=null; this.src=this.getAttribute('data-fallback');"
|
||||
x-on:error="$event.target.src = 'coolify-logo.svg'"
|
||||
x-on:error="$event.target.src = '/coolify-logo.svg'"
|
||||
:data-fallback='service.logo_github_url' />
|
||||
</template>
|
||||
</x-slot:logo>
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"coolify": {
|
||||
"v4": {
|
||||
"version": "4.0.0-beta.417"
|
||||
"version": "4.0.0-beta.418"
|
||||
},
|
||||
"nightly": {
|
||||
"version": "4.0.0-beta.418"
|
||||
"version": "4.0.0-beta.419"
|
||||
},
|
||||
"helper": {
|
||||
"version": "1.0.8"
|
||||
|
||||
Reference in New Issue
Block a user