0, 'name' => "testing-local-docker-container", 'description' => "This is a test docker container", 'ip' => "coolify-testing-host", 'team_id' => $root_team->id, 'private_key_id' => $private_key_1->id, // 'proxy' => ServerMetadata::from([ // 'type' => ProxyTypes::TRAEFIK_V2->value, // 'status' => ProxyStatus::EXITED->value // ]), ]); Server::create([ 'name' => "testing-local-docker-container-2", 'description' => "This is a test docker container", 'ip' => "coolify-testing-host-2", 'team_id' => $root_team->id, 'private_key_id' => $private_key_1->id ]); } }