Skip to content

Commit 959ad1a

Browse files
authored
multimodal: Fixed the seaweed access issue (#2022)
Updates multimodal’s SeaweedFS access path and proxy bypass configuration so image browsing works reliably when the Docker network uses a different subnet. Signed-off-by: Vellaisamy, Sathyendran <sathyendran.vellaisamy@intel.com>
1 parent 7179fef commit 959ad1a

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

manufacturing-ai-suite/industrial-edge-insights-multimodal/docker-compose.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -431,8 +431,8 @@ services:
431431
volumes:
432432
- seaweed_master_data:/data
433433
environment:
434-
- NO_PROXY=localhost,127.0.0.1,seaweedfs-master,seaweedfs-volume,seaweedfs-filer,seaweedfs-s3,172.18.0.0/16
435-
- no_proxy=localhost,127.0.0.1,seaweedfs-master,seaweedfs-volume,seaweedfs-filer,seaweedfs-s3,172.18.0.0/16
434+
- NO_PROXY=localhost,127.0.0.1,seaweedfs-master,seaweedfs-volume,seaweedfs-filer,seaweedfs-s3,172.16.0.0/12
435+
- no_proxy=localhost,127.0.0.1,seaweedfs-master,seaweedfs-volume,seaweedfs-filer,seaweedfs-s3,172.16.0.0/12
436436
command: master -ip=seaweedfs-master -ip.bind=0.0.0.0
437437

438438
seaweedfs-volume:
@@ -448,8 +448,8 @@ services:
448448
volumes:
449449
- seaweed_volume_data:/data
450450
environment:
451-
- NO_PROXY=localhost,127.0.0.1,seaweedfs-master,seaweedfs-volume,seaweedfs-filer,seaweedfs-s3,172.18.0.0/16
452-
- no_proxy=localhost,127.0.0.1,seaweedfs-master,seaweedfs-volume,seaweedfs-filer,seaweedfs-s3,172.18.0.0/16
451+
- NO_PROXY=localhost,127.0.0.1,seaweedfs-master,seaweedfs-volume,seaweedfs-filer,seaweedfs-s3,172.16.0.0/12
452+
- no_proxy=localhost,127.0.0.1,seaweedfs-master,seaweedfs-volume,seaweedfs-filer,seaweedfs-s3,172.16.0.0/12
453453
command: volume -mserver=seaweedfs-master:9333 -ip.bind=0.0.0.0 -port=8080
454454
depends_on:
455455
- seaweedfs-master
@@ -468,8 +468,8 @@ services:
468468
- seaweed_filer_data:/data
469469
- "vol_temp_seaweed_filer:/tmp"
470470
environment:
471-
- NO_PROXY=localhost,127.0.0.1,seaweedfs-master,seaweedfs-volume,seaweedfs-filer,seaweedfs-s3,172.18.0.0/16
472-
- no_proxy=localhost,127.0.0.1,seaweedfs-master,seaweedfs-volume,seaweedfs-filer,seaweedfs-s3,172.18.0.0/16
471+
- NO_PROXY=localhost,127.0.0.1,seaweedfs-master,seaweedfs-volume,seaweedfs-filer,seaweedfs-s3,172.16.0.0/12
472+
- no_proxy=localhost,127.0.0.1,seaweedfs-master,seaweedfs-volume,seaweedfs-filer,seaweedfs-s3,172.16.0.0/12
473473
command: filer -master=seaweedfs-master:9333 -ip.bind=0.0.0.0
474474
depends_on:
475475
- seaweedfs-master
@@ -492,8 +492,8 @@ services:
492492
networks:
493493
- timeseries_network
494494
environment:
495-
- NO_PROXY=localhost,127.0.0.1,seaweedfs-master,seaweedfs-volume,seaweedfs-filer,seaweedfs-s3,172.18.0.0/16
496-
- no_proxy=localhost,127.0.0.1,seaweedfs-master,seaweedfs-volume,seaweedfs-filer,seaweedfs-s3,172.18.0.0/16
495+
- NO_PROXY=localhost,127.0.0.1,seaweedfs-master,seaweedfs-volume,seaweedfs-filer,seaweedfs-s3,172.16.0.0/12
496+
- no_proxy=localhost,127.0.0.1,seaweedfs-master,seaweedfs-volume,seaweedfs-filer,seaweedfs-s3,172.16.0.0/12
497497
# Comma-separated list of default buckets to create
498498
- DEFAULT_S3_BUCKETS=dlstreamer-pipeline-results
499499
# S3 credentials from .env file

manufacturing-ai-suite/industrial-edge-insights-multimodal/docs/user-guide/how-to-guides/how-to-access-s3-stored-images.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Follow these steps to correlate detection events in InfluxDB with stored images:
6464
3. Navigate to the Filer interface:
6565

6666
```text
67-
http://<host_ip>:8887/buckets/dlstreamer-pipeline-results/weld-defect-classification/
67+
https://<host_ip>:3000/image-store/buckets/dlstreamer-pipeline-results/weld-defect-classification/
6868
```
6969

7070
4. Locate and open the file matching the `img_handle` (e.g., `X7TINNVPNX.jpg`).

0 commit comments

Comments
 (0)