Specifically, I would like to fully understand what the following variables mean, and what their allowed values are:
TB_SERVICE_ID (tb-pe-node) - does this need to be unique per container instance? The advanced option seems to indicate it does, but I could not find documentation on this.
TB_SERVICE_TYPE (tb-pe-node) - I've seen various possible values, like tb-core, tb-rule-engine and monolith, but are there others?
EDGES_ENABLED (tb-pe-node) - What does this enable/disable?
What are the defaults for these? Are there any more relevant environment vars?
It would be great if I could take a peek at the process that builds the PE container images; is this possible?
See title.
Specifically, I would like to fully understand what the following variables mean, and what their allowed values are:
TB_SERVICE_ID
(tb-pe-node) - does this need to be unique per container instance? Theadvanced
option seems to indicate it does, but I could not find documentation on this.TB_SERVICE_TYPE
(tb-pe-node) - I've seen various possible values, liketb-core
,tb-rule-engine
andmonolith
, but are there others?EDGES_ENABLED
(tb-pe-node) - What does this enable/disable?What are the defaults for these? Are there any more relevant environment vars?
It would be great if I could take a peek at the process that builds the PE container images; is this possible?