We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1796ca commit 99c0613Copy full SHA for 99c0613
docker-compose.prod.yml
@@ -54,10 +54,15 @@ services:
54
- LLM_MODEL=${LLM_MODEL:-gpt-4o}
55
- LLM_API_KEY=${LLM_API_KEY:-your-api-key-here}
56
- LLM_BASE_URL=${LLM_BASE_URL:-}
57
- # 禁用代理
+ # 禁用代理 - 必须同时设置大小写变量
58
- HTTP_PROXY=
59
- HTTPS_PROXY=
60
+ - http_proxy=
61
+ - https_proxy=
62
+ - all_proxy=
63
+ - ALL_PROXY=
64
- NO_PROXY=*
65
+ - no_proxy=*
66
depends_on:
67
db:
68
condition: service_healthy
0 commit comments