File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -50,10 +50,6 @@ services:
50
50
GLOBAL_INFO_MESSAGE : ${GLOBAL_INFO_MESSAGE:-}
51
51
GLOBAL_WARNING_MESSAGE : ${GLOBAL_WARNING_MESSAGE:-}
52
52
GLOBAL_ERROR_MESSAGE : ${GLOBAL_ERROR_MESSAGE:-}
53
- TESLA_TELEMETRY_HOST : ${TESLA_TELEMETRY_HOST:-}
54
- TESLA_TELEMETRY_PORT : ${TESLA_TELEMETRY_PORT:-}
55
- TESLA_TELEMETRY_CA : ${TESLA_TELEMETRY_CA:-}
56
- TESLA_TELEMETRY_KAFKA_BROKER : ${TESLA_TELEMETRY_KAFKA_BROKER:-}
57
53
58
54
depends_on :
59
55
- postgres
@@ -68,6 +64,10 @@ services:
68
64
target : worker
69
65
environment :
70
66
<< : *common-environment
67
+ TESLA_TELEMETRY_HOST : ${TESLA_TELEMETRY_HOST:-}
68
+ TESLA_TELEMETRY_PORT : ${TESLA_TELEMETRY_PORT:-}
69
+ TESLA_TELEMETRY_CA : ${TESLA_TELEMETRY_CA:-}
70
+ TESLA_TELEMETRY_KAFKA_BROKER : ${TESLA_TELEMETRY_KAFKA_BROKER:-}
71
71
depends_on :
72
72
- postgres
73
73
- server
You can’t perform that action at this time.
0 commit comments