fix:优化试题内容和样式排版
This commit is contained in:
13
docker-compose.override.example.yml
Normal file
13
docker-compose.override.example.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
# 若访问 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
|
||||
Reference in New Issue
Block a user