🐳 Docker configuration

This commit is contained in:
2021-08-31 09:32:39 -07:00
parent 8dc5daf3e0
commit 9c13c41e02
5 changed files with 1225 additions and 527 deletions

View File

@@ -47,7 +47,7 @@ const brokerConfig: BrokerOptions = {
// Using colors on the output
colors: true,
// Print module names with different colors (like docker-compose for containers)
moduleColors: false,
moduleColors: true,
// Line formatter. It can be "json", "short", "simple", "full", a `Function` or a template string like "{timestamp} {level} {nodeID}/{mod}: {msg}"
formatter: "full",
// Custom object printer. If not defined, it uses the `util.inspect` method.