File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,9 @@ RUN pip install psutil && pip install requests --upgrade
13
13
ENV GOPATH /go
14
14
15
15
ENV HEC_WORKERS=8
16
- ENV SKIP_SSL_VALIDATION=true
17
16
ENV ADD_APP_INFO=true
17
+ ENV SKIP_SSL_VALIDATION_CF=true
18
+ ENV SKIP_SSL_VALIDATION_SPLUNK=true
18
19
19
20
ENV API_ENDPOINT=http://trafficcontroller:9911
20
21
ENV API_USER=admin
Original file line number Diff line number Diff line change 1
1
trafficcontroller :
2
- image : zlchen/trafficcontroller:latest
2
+ image : zlchen/trafficcontroller:1.3
3
3
hostname : trafficcontroller
4
4
ports :
5
5
- " 8081"
6
6
- " 9911"
7
7
restart : always
8
8
9
9
nozzle :
10
- image : zlchen/nozzle:latest
10
+ image : zlchen/nozzle:1.3
11
11
hostname : nozzle
12
12
ports :
13
13
- " 9912"
@@ -20,4 +20,7 @@ nozzle:
20
20
- SPLUNK_INDEX=main
21
21
- SKIP_SSL_VALIDATION_CF=true
22
22
- SKIP_SSL_VALIDATION_SPLUNK=true
23
+ - NOZZLE_BRANCH=develop
24
+ links :
25
+ - trafficcontroller
23
26
restart : always
You can’t perform that action at this time.
0 commit comments