Skip to content

Commit

Permalink
fix: fix proxy for docker (langgenius#11681)
Browse files Browse the repository at this point in the history
  • Loading branch information
longfengpili authored Dec 16, 2024
1 parent be93c19 commit 7fde638
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,8 @@ x-shared-env: &shared-api-worker-env
OCEANBASE_MEMORY_LIMIT: ${OCEANBASE_MEMORY_LIMIT:-6G}
CREATE_TIDB_SERVICE_JOB_ENABLED: ${CREATE_TIDB_SERVICE_JOB_ENABLED:-false}
RETRIEVAL_TOP_N: ${RETRIEVAL_TOP_N:-0}
HTTP_PROXY: ${HTTP_PROXY:-}
HTTPS_PROXY: ${HTTPS_PROXY:-}

services:
# API service
Expand Down

0 comments on commit 7fde638

Please sign in to comment.