Skip to content

Commit a00a110

Browse files
committed
resolve conflict
Signed-off-by: Noel Jaymon <[email protected]>
2 parents c3b6481 + 924abc6 commit a00a110

File tree

1 file changed

+4
-4
lines changed
  • comps/arb_post_hearing_assistant/deployment/docker_compose

1 file changed

+4
-4
lines changed

comps/arb_post_hearing_assistant/deployment/docker_compose/compose.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)