frontend 端口改为 3001 避免与 polymarket-bot 冲突

This commit is contained in:
2569718930@qq.com
2026-05-26 01:18:46 +08:00
parent f2ce23d7de
commit 5b97de4892
+1 -1
View File
@@ -51,7 +51,7 @@ services:
container_name: polyweather_frontend
restart: unless-stopped
ports:
- "3000:3000"
- "3001:3000"
environment:
POLYWEATHER_API_BASE_URL: "${POLYWEATHER_API_BASE_URL:-http://polyweather_web:8000}"
NEXT_PUBLIC_POLYWEATHER_API_BASE_URL: "${NEXT_PUBLIC_POLYWEATHER_API_BASE_URL:-}"