# 前端容器对外暴露的端口 HTTP_PORT=8080 # 构建期注入:编译后的前端调用的后端地址 # - 本机直连后端:http://host.docker.internal:4001 # - 与 aura-server 同 docker 网络时:http://server:4001 VITE_API_TARGET=http://host.docker.internal:4001