web: 管理画面のポートを3001に変更

- composeのwebを --port 3001 で起動し、ホスト側も3001に公開
- APIのCORS許可オリジン(WEB_ORIGIN)とconfig.tsのデフォルトを3001に追従
This commit is contained in:
amania-jailbreak
2026-08-05 13:33:44 +09:00
parent 7432a9af05
commit 7de6c3075e
4 changed files with 7 additions and 8 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
NODE_ENV=development
PORT=4000
PUBLIC_BASE_URL=http://localhost:4000
WEB_ORIGIN=http://localhost:3000
WEB_ORIGIN=http://localhost:3001
NEXT_PUBLIC_AUTH_MODE=demo
# --- Storage (MinIO via docker compose) -------------------------------------