fix: db labels

This commit is contained in:
Andras Bacsai 2023-10-13 15:16:22 +02:00
parent 2639bf92ad
commit 10e6eddcfe
2 changed files with 6 additions and 0 deletions

View File

@ -41,6 +41,9 @@ public function __invoke(Server $server, StandalonePostgresql $database)
'networks' => [
$this->database->destination->network,
],
'labels' => [
'coolify.managed' => 'true',
],
'healthcheck' => [
'test' => [
'CMD-SHELL',

View File

@ -48,6 +48,9 @@ public function handle(Server $server, StandaloneRedis $database)
'networks' => [
$this->database->destination->network,
],
'labels' => [
'coolify.managed' => 'true',
],
'healthcheck' => [
'test' => [
'CMD-SHELL',