Update container and version configurations
This commit is contained in:
		@@ -177,9 +177,6 @@ class ContainerStatusJob implements ShouldQueue, ShouldBeEncrypted
 | 
			
		||||
                            }
 | 
			
		||||
                        } else {
 | 
			
		||||
                            $database = $databases->where('uuid', $uuid)->first();
 | 
			
		||||
                            if ($uuid == 'postgresql') {
 | 
			
		||||
                                ray($database);
 | 
			
		||||
                            }
 | 
			
		||||
                            if ($database) {
 | 
			
		||||
                                $isPublic = data_get($database, 'is_public');
 | 
			
		||||
                                $foundDatabases[] = $database->id;
 | 
			
		||||
@@ -187,7 +184,6 @@ class ContainerStatusJob implements ShouldQueue, ShouldBeEncrypted
 | 
			
		||||
                                if ($statusFromDb !== $containerStatus) {
 | 
			
		||||
                                    $database->update(['status' => $containerStatus]);
 | 
			
		||||
                                }
 | 
			
		||||
                                ray($database);
 | 
			
		||||
                                if ($isPublic) {
 | 
			
		||||
                                    $foundTcpProxy = $containers->filter(function ($value, $key) use ($uuid) {
 | 
			
		||||
                                        if ($this->server->isSwarm()) {
 | 
			
		||||
@@ -197,7 +193,6 @@ class ContainerStatusJob implements ShouldQueue, ShouldBeEncrypted
 | 
			
		||||
                                        }
 | 
			
		||||
                                    })->first();
 | 
			
		||||
                                    if (!$foundTcpProxy) {
 | 
			
		||||
                                        ray('asdffff');
 | 
			
		||||
                                        StartDatabaseProxy::run($database);
 | 
			
		||||
                                        $this->server->team?->notify(new ContainerRestarted("TCP Proxy for {$database->name}", $this->server));
 | 
			
		||||
                                    }
 | 
			
		||||
 
 | 
			
		||||
@@ -7,7 +7,7 @@ return [
 | 
			
		||||
 | 
			
		||||
    // The release version of your application
 | 
			
		||||
    // Example with dynamic git hash: trim(exec('git --git-dir ' . base_path('.git') . ' log --pretty="%h" -n1 HEAD'))
 | 
			
		||||
    'release' => '4.0.0-beta.245',
 | 
			
		||||
    'release' => '4.0.0-beta.246',
 | 
			
		||||
    // When left empty or `null` the Laravel environment will be used
 | 
			
		||||
    'environment' => config('app.env'),
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -1,3 +1,3 @@
 | 
			
		||||
<?php
 | 
			
		||||
 | 
			
		||||
return '4.0.0-beta.245';
 | 
			
		||||
return '4.0.0-beta.246';
 | 
			
		||||
 
 | 
			
		||||
@@ -4,7 +4,7 @@
 | 
			
		||||
            "version": "3.12.36"
 | 
			
		||||
        },
 | 
			
		||||
        "v4": {
 | 
			
		||||
            "version": "4.0.0-beta.245"
 | 
			
		||||
            "version": "4.0.0-beta.246"
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user