fix: sentry
This commit is contained in:
parent
9b73bca79d
commit
26073b82fd
@ -40,6 +40,9 @@ public function type()
|
|||||||
{
|
{
|
||||||
return 'service';
|
return 'service';
|
||||||
}
|
}
|
||||||
|
public function workdir() {
|
||||||
|
return service_configuration_dir() . "/{$this->service->uuid}";
|
||||||
|
}
|
||||||
public function serviceType()
|
public function serviceType()
|
||||||
{
|
{
|
||||||
$found = str(collect(SPECIFIC_SERVICES)->filter(function ($service) {
|
$found = str(collect(SPECIFIC_SERVICES)->filter(function ($service) {
|
||||||
|
@ -59,6 +59,9 @@ public function getServiceDatabaseUrl()
|
|||||||
}
|
}
|
||||||
return "{$realIp}:{$port}";
|
return "{$realIp}:{$port}";
|
||||||
}
|
}
|
||||||
|
public function workdir() {
|
||||||
|
return service_configuration_dir() . "/{$this->service->uuid}";
|
||||||
|
}
|
||||||
public function service()
|
public function service()
|
||||||
{
|
{
|
||||||
return $this->belongsTo(Service::class);
|
return $this->belongsTo(Service::class);
|
||||||
|
Loading…
Reference in New Issue
Block a user