File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -249,6 +249,8 @@ func (c *Compose) Populate(conf *Config, stack *StackConfig) *Compose {
249249 Environment : []string {
250250 "PANEL_SERV_NAME=backend:8080" ,
251251 "INTERNAL_KEY=" + conf .InternalKey ,
252+ "UTM_LOGSTASH_HOST=logstash" ,
253+ "UTM_LOGSTASH_PORT=10048" ,
252254 "LOG_LEVEL=200" ,
253255 },
254256 Logging : & dLogging ,
@@ -277,6 +279,8 @@ func (c *Compose) Populate(conf *Config, stack *StackConfig) *Compose {
277279 Environment : []string {
278280 "PANEL_SERV_NAME=backend:8080" ,
279281 "INTERNAL_KEY=" + conf .InternalKey ,
282+ "UTM_LOGSTASH_HOST=logstash" ,
283+ "UTM_LOGSTASH_PORT=10050" ,
280284 "LOG_LEVEL=200" ,
281285 },
282286 Logging : & dLogging ,
@@ -304,6 +308,8 @@ func (c *Compose) Populate(conf *Config, stack *StackConfig) *Compose {
304308 Environment : []string {
305309 "PANEL_SERV_NAME=backend:8080" ,
306310 "INTERNAL_KEY=" + conf .InternalKey ,
311+ "UTM_LOGSTASH_HOST=logstash" ,
312+ "UTM_LOGSTASH_PORT=10049" ,
307313 "LOG_LEVEL=200" ,
308314 },
309315 Logging : & dLogging ,
You can’t perform that action at this time.
0 commit comments