fix: db labels
This commit is contained in:
parent
2639bf92ad
commit
10e6eddcfe
@ -41,6 +41,9 @@ public function __invoke(Server $server, StandalonePostgresql $database)
|
||||
'networks' => [
|
||||
$this->database->destination->network,
|
||||
],
|
||||
'labels' => [
|
||||
'coolify.managed' => 'true',
|
||||
],
|
||||
'healthcheck' => [
|
||||
'test' => [
|
||||
'CMD-SHELL',
|
||||
|
@ -48,6 +48,9 @@ public function handle(Server $server, StandaloneRedis $database)
|
||||
'networks' => [
|
||||
$this->database->destination->network,
|
||||
],
|
||||
'labels' => [
|
||||
'coolify.managed' => 'true',
|
||||
],
|
||||
'healthcheck' => [
|
||||
'test' => [
|
||||
'CMD-SHELL',
|
||||
|
Loading…
Reference in New Issue
Block a user