fix(部署): 补齐直连前端时的 API 反代

This commit is contained in:
2026-07-03 16:44:44 +08:00
parent 51767579d7
commit 878a2d9a43
7 changed files with 71 additions and 0 deletions

View File

@@ -18,6 +18,8 @@ REDIS_URL=redis://redis:6379
# Web
NEXT_PUBLIC_API_URL=/api/v1
# Fallback used by the Next.js server if the web container is exposed directly.
NEXT_API_PROXY_TARGET=http://server:3001
NEXTAUTH_URL=http://localhost:8080
NEXTAUTH_SECRET=local-server-change-me