Skip to content

Commit 3188813

Browse files
bhardwaj-nakulyogeshmpandeybharagha
authored
fix: update no_proxy environment variable to include localhost (open-edge-platform#1104)
Co-authored-by: Yogesh Pandey <[email protected]> Co-authored-by: Raghu Bhat <[email protected]>
1 parent b06b4e7 commit 3188813

File tree

1 file changed

+2
-1
lines changed
  • microservices/multimodal-embedding-serving/docker

1 file changed

+2
-1
lines changed

microservices/multimodal-embedding-serving/docker/compose.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ services:
1212
- "${EMBEDDING_SERVER_PORT}:8000"
1313
ipc: host
1414
environment:
15-
no_proxy_env: ${no_proxy_env},vdms-dataprep-ms
15+
no_proxy: ${no_proxy_env},vdms-dataprep-ms,localhost
16+
no_proxy_env: ${no_proxy_env},vdms-dataprep-ms,localhost
1617
http_proxy: ${http_proxy}
1718
https_proxy: ${https_proxy}
1819
TEXT_EMBEDDING_MODEL_NAME: ${QWEN_MODEL}

0 commit comments

Comments
 (0)