Files
AI-Testing/docker-compose.override.example.yml
2026-04-18 20:20:38 +08:00

14 lines
561 B
YAML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 若访问 DashScope 必须经过宿主机代理(如 Clash 端口),复制本文件为 docker-compose.override.yml 再按需修改。
# docker compose 会自动合并 override无需改主文件。
#
# cp docker-compose.override.example.yml docker-compose.override.yml
#
services:
backend:
environment:
HTTPX_TRUST_ENV: "1"
HTTPS_PROXY: http://host.docker.internal:7890
HTTP_PROXY: http://host.docker.internal:7890
ALL_PROXY: http://host.docker.internal:7890
NO_PROXY: localhost,127.0.0.1,db,frontend,.aliyuncs.com