rwadurian/frontend/mining-admin-web
hailin 1d7f05b12d fix(admin-web): add API_GATEWAY_URL env var for Docker build
The Next.js rewrites in next.config.js require API_GATEWAY_URL to be set
at build time. Added this environment variable to both Dockerfile and
docker-compose.yml to ensure proper routing to Kong gateway in production.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-15 21:01:27 -08:00
..
nginx feat(gateway): 添加2.0服务路由到Kong和nginx配置 2026-01-11 00:22:23 -08:00
src fix(admin-web): fix API response data extraction for trading endpoints 2026-01-15 20:54:26 -08:00
.env.production feat(admin): add trading system management UI and API 2026-01-15 20:37:52 -08:00
.gitignore chore(mining-admin-web): 添加.gitignore文件 2026-01-10 20:18:35 -08:00
DEVELOPMENT_GUIDE.md feat(mining-ecosystem): 添加挖矿生态系统完整微服务与前端 2026-01-10 17:45:46 -08:00
Dockerfile fix(admin-web): add API_GATEWAY_URL env var for Docker build 2026-01-15 21:01:27 -08:00
deploy.sh feat(mining-admin-web): 添加独立部署脚本和docker-compose配置 2026-01-10 20:06:20 -08:00
docker-compose.yml fix(admin-web): add API_GATEWAY_URL env var for Docker build 2026-01-15 21:01:27 -08:00
next.config.js fix(admin-web): fix trading-service proxy routing for Kong gateway 2026-01-15 20:48:31 -08:00
package-lock.json feat(mining-ecosystem): 添加挖矿生态系统完整微服务与前端 2026-01-10 17:45:46 -08:00
package.json feat(mining-ecosystem): 添加挖矿生态系统完整微服务与前端 2026-01-10 17:45:46 -08:00
postcss.config.js feat(mining-ecosystem): 添加挖矿生态系统完整微服务与前端 2026-01-10 17:45:46 -08:00
tailwind.config.js feat(mining-ecosystem): 添加挖矿生态系统完整微服务与前端 2026-01-10 17:45:46 -08:00
tsconfig.json feat(mining-ecosystem): 添加挖矿生态系统完整微服务与前端 2026-01-10 17:45:46 -08:00