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' => [
|
'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…
x
Reference in New Issue
Block a user