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' => [
|
||||
$this->destination->network,
|
||||
],
|
||||
'logging' => [
|
||||
'driver' => 'fluentd',
|
||||
'options' => [
|
||||
'fluentd-async' => 'true',
|
||||
'tag' => $this->application->name . '-' . $this->application->uuid
|
||||
]
|
||||
],
|
||||
'healthcheck' => [
|
||||
'test' => [
|
||||
'CMD-SHELL',
|
||||
|
|
|
|||
Loading…
Reference in a new issue