File tree Expand file tree Collapse file tree 4 files changed +13
-5
lines changed Expand file tree Collapse file tree 4 files changed +13
-5
lines changed Original file line number Diff line number Diff line change
1
+ FROM zakharbz/labshock-collector:v1.0.0
Original file line number Diff line number Diff line change @@ -46,8 +46,6 @@ services:
46
46
ipv4_address : 192.168.2.10
47
47
ports :
48
48
- " 8080:8080"
49
- volumes :
50
- - plc-data:/workdir/webserver
51
49
52
50
ews :
53
51
build : ./ews/
@@ -80,7 +78,16 @@ services:
80
78
network_mode : host
81
79
restart : unless-stopped
82
80
81
+ collector :
82
+ build : ./collector/
83
+ networks :
84
+ l3_network :
85
+ ipv4_address : 192.168.3.40
86
+ restart : unless-stopped
87
+ ports :
88
+ - " 2443:2443"
89
+ - " 8766:8766"
90
+
83
91
volumes :
84
92
scada-data :
85
- plc-data :
86
93
ews-data :
Original file line number Diff line number Diff line change 1
- FROM zakharbz/labshock-ids:v1.0 .0
1
+ FROM zakharbz/labshock-ids:v1.1 .0
Original file line number Diff line number Diff line change 1
- FROM zakharbz/labshock-plc:v1.0.1
1
+ FROM zakharbz/labshock-plc:v1.1.0
2
2
3
3
# app data files
4
4
COPY ./appdata/st_files /workdir/webserver/st_files
You can’t perform that action at this time.
0 commit comments