wip: ui for services

This commit is contained in:
Andras Bacsai
2023-09-22 11:23:49 +02:00
parent 4ae7e46e81
commit 53d1fa0331
32 changed files with 575 additions and 250 deletions

View File

@@ -132,7 +132,6 @@ function get_port_from_dockerfile($dockerfile): int
function defaultLabels($id, $name, $pull_request_id = 0, string $type = 'application')
{
ray($type);
$labels = collect([]);
$labels->push('coolify.managed=true');
$labels->push('coolify.version=' . config('version'));