Add logging configuration to compose file
This commit is contained in:
parent
51a704b22a
commit
55ff00e028
1 changed files with 7 additions and 0 deletions
|
|
@ -827,6 +827,13 @@ private function generate_compose_file()
|
||||||
'networks' => [
|
'networks' => [
|
||||||
$this->destination->network,
|
$this->destination->network,
|
||||||
],
|
],
|
||||||
|
'logging' => [
|
||||||
|
'driver' => 'fluentd',
|
||||||
|
'options' => [
|
||||||
|
'fluentd-async' => 'true',
|
||||||
|
'tag' => $this->application->name . '-' . $this->application->uuid
|
||||||
|
]
|
||||||
|
],
|
||||||
'healthcheck' => [
|
'healthcheck' => [
|
||||||
'test' => [
|
'test' => [
|
||||||
'CMD-SHELL',
|
'CMD-SHELL',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue