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