Skip to content

Commit fd4c8d6

Browse files
authored
Merge pull request #11 from zakharb/dev
add collector service
2 parents 6574699 + d9990fe commit fd4c8d6

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
lines changed

labshock/collector/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
FROM zakharbz/labshock-collector:v1.0.0

labshock/docker-compose.yml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@ services:
4646
ipv4_address: 192.168.2.10
4747
ports:
4848
- "8080:8080"
49-
volumes:
50-
- plc-data:/workdir/webserver
5149

5250
ews:
5351
build: ./ews/
@@ -80,7 +78,16 @@ services:
8078
network_mode: host
8179
restart: unless-stopped
8280

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+
8391
volumes:
8492
scada-data:
85-
plc-data:
8693
ews-data:

labshock/ids/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
FROM zakharbz/labshock-ids:v1.0.0
1+
FROM zakharbz/labshock-ids:v1.1.0

labshock/plc/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM zakharbz/labshock-plc:v1.0.1
1+
FROM zakharbz/labshock-plc:v1.1.0
22

33
# app data files
44
COPY ./appdata/st_files /workdir/webserver/st_files

0 commit comments

Comments
 (0)