Add logging configuration to compose file

This commit is contained in:
Andras Bacsai 2023-11-15 15:19:31 +01:00
parent 51a704b22a
commit 55ff00e028

View File

@ -827,6 +827,13 @@ private function generate_compose_file()
'networks' => [
$this->destination->network,
],
'logging' => [
'driver' => 'fluentd',
'options' => [
'fluentd-async' => 'true',
'tag' => $this->application->name . '-' . $this->application->uuid
]
],
'healthcheck' => [
'test' => [
'CMD-SHELL',