Add logging configuration to compose file
This commit is contained in:
parent
51a704b22a
commit
55ff00e028
@ -827,6 +827,13 @@ class ApplicationDeploymentJob implements ShouldQueue, ShouldBeEncrypted
|
||||
'networks' => [
|
||||
$this->destination->network,
|
||||
],
|
||||
'logging' => [
|
||||
'driver' => 'fluentd',
|
||||
'options' => [
|
||||
'fluentd-async' => 'true',
|
||||
'tag' => $this->application->name . '-' . $this->application->uuid
|
||||
]
|
||||
],
|
||||
'healthcheck' => [
|
||||
'test' => [
|
||||
'CMD-SHELL',
|
||||
|
Loading…
x
Reference in New Issue
Block a user