Skip to content

Commit e9ef994

Browse files
[IRD] Updated start-mqtt-publisher docs and sample_config.yml file. (#1758)
1 parent 24ec156 commit e9ef994

5 files changed

Lines changed: 19 additions & 11 deletions

File tree

manufacturing-ai-suite/industrial-edge-insights-vision/docs/user-guide/pallet-defect-detection/how-to-guides/start-mqtt-publisher.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,12 @@ Output can be viewed on MQTT subscriber as shown below.
4747

4848
```sh
4949
docker run -it --rm \
50-
--network industrial-edge-insights-vision_mraas \
50+
--network industrial-edge-insights-vision_industrial-edge-vision \
5151
--entrypoint mosquitto_sub \
5252
eclipse-mosquitto:latest \
5353
-h mqtt-broker -p 1883 -t pallet_defect_detection
5454

55-
# Note: Update --network above if it is different in your execution. Network can be found using: docker network ls
55+
# Note:
56+
# Update --network above if it is different in your execution. Network can be found using: docker network ls
57+
# Update --network as <INSTANCE_NAME>_industrial-edge-vision for multi-instance setup
5658
```

manufacturing-ai-suite/industrial-edge-insights-vision/docs/user-guide/pcb-anomaly-detection/how-to-guides/start-mqtt-publisher.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,12 @@ Output can be viewed on MQTT subscriber as shown below.
4848

4949
```sh
5050
docker run -it --rm \
51-
--network industrial-edge-insights-vision_mraas \
51+
--network industrial-edge-insights-vision_industrial-edge-vision \
5252
--entrypoint mosquitto_sub \
5353
eclipse-mosquitto:latest \
5454
-h mqtt-broker -p 1883 -t pcb_anomaly_detection
5555

56-
# Note: Update --network above if it is different in your execution. Network can be found using: docker network ls
56+
# Note:
57+
# Update --network above if it is different in your execution. Network can be found using: docker network ls
58+
# Update --network as <INSTANCE_NAME>_industrial-edge-vision for multi-instance setup
5759
```

manufacturing-ai-suite/industrial-edge-insights-vision/docs/user-guide/weld-porosity/how-to-guides/start-mqtt-publisher.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,12 @@ Output can be viewed on MQTT subscriber as shown below.
4848

4949
```sh
5050
docker run -it --rm \
51-
--network industrial-edge-insights-vision_mraas \
51+
--network industrial-edge-insights-vision_industrial-edge-vision \
5252
--entrypoint mosquitto_sub \
5353
eclipse-mosquitto:latest \
5454
-h mqtt-broker -p 1883 -t weld_porosity_classification
5555

56-
# Note: Update --network above if it is different in your execution. Network can be found using: docker network ls
56+
# Note:
57+
# Update --network above if it is different in your execution. Network can be found using: docker network ls
58+
# Update --network as <INSTANCE_NAME>_industrial-edge-vision for multi-instance setup
5759
```

manufacturing-ai-suite/industrial-edge-insights-vision/docs/user-guide/worker-safety-gear-detection/how-to-guides/start-mqtt-publisher.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,12 @@ Output can be viewed on MQTT subscriber as shown below.
4848

4949
```sh
5050
docker run -it --rm \
51-
--network industrial-edge-insights-vision_mraas \
51+
--network industrial-edge-insights-vision_industrial-edge-vision \
5252
--entrypoint mosquitto_sub \
5353
eclipse-mosquitto:latest \
5454
-h mqtt-broker -p 1883 -t worker_safety_gear_detection
5555

56-
# Note: Update --network above if it is different in your execution. Network can be found using: docker network ls
56+
# Note:
57+
# Update --network above if it is different in your execution. Network can be found using: docker network ls
58+
# Update --network as <INSTANCE_NAME>_industrial-edge-vision for multi-instance setup
5759
```

manufacturing-ai-suite/industrial-edge-insights-vision/sample_config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@ pallet-defect-detection:
33
NGINX_HTTP_PORT: 8080
44
NGINX_HTTPS_PORT: 8443
55
COTURN_UDP_PORT: 3478
6-
MINIO_EXTERNAL_PORT: 8001
6+
MINIO_SERVER_PORT: 8001
77
pdd2:
88
NGINX_HTTP_PORT: 9080
99
NGINX_HTTPS_PORT: 9443
1010
COTURN_UDP_PORT: 3479
11-
MINIO_EXTERNAL_PORT: 9001
11+
MINIO_SERVER_PORT: 9001
1212

1313
weld-porosity:
1414
weld1:
1515
NGINX_HTTP_PORT: 10080
1616
NGINX_HTTPS_PORT: 10443
1717
COTURN_UDP_PORT: 3480
18-
MINIO_EXTERNAL_PORT: 10001
18+
MINIO_SERVER_PORT: 10001

0 commit comments

Comments
 (0)