File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
comps/arb_post_hearing_assistant/deployment/docker_compose Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -45,8 +45,8 @@ services:
4545 environment :
4646 OPEA_ARB_POSTHEARING_ASSISTANT_COMPONENT_NAME : ${OPEA_ARB_POSTHEARING_ASSISTANT_COMPONENT_NAME:-OpeaArbPostHearingAssistantTgi}
4747 # Use non-existing proxy to mimic air gapped environment
48- http_proxy : ${http_proxy:-http://localhost:7777}
49- https_proxy : ${http_proxy:-http://localhost:7777}
48+ http_proxy : ${http_proxy:-http://localhost:7777}
49+ https_proxy : ${http_proxy:-http://localhost:7777}
5050 no_proxy : localhost,127.0.0.1,${offline_no_proxy}
5151 volumes :
5252 - " ${DATA_PATH:-./data}:/data"
@@ -73,8 +73,8 @@ services:
7373 environment :
7474 OPEA_ARB_POSTHEARING_ASSISTANT_COMPONENT_NAME : ${OPEA_ARB_POSTHEARING_ASSISTANT_COMPONENT_NAME:-OpeaArbPostHearingAssistantVllm}
7575 # Use non-existing proxy to mimic air gapped environment
76- http_proxy : ${http_proxy:-http://localhost:7777}
77- https_proxy : ${http_proxy:-http://localhost:7777}
76+ http_proxy : ${http_proxy:-http://localhost:7777}
77+ https_proxy : ${http_proxy:-http://localhost:7777}
7878 no_proxy : localhost,127.0.0.1,${offline_no_proxy}
7979 volumes :
8080 - " ${DATA_PATH:-./data}:/data"
You can’t perform that action at this time.
0 commit comments