refactor: analysis workflow architecture

fix: NEXTAUTH_URL

fix: prevent project model edits from affecting default model
This commit is contained in:
saturn
2026-03-16 21:48:57 +08:00
parent ecbd183a77
commit 9aff44e37a
58 changed files with 2753 additions and 7985 deletions

View File

@@ -82,8 +82,10 @@ services:
MINIO_ACCESS_KEY: "minioadmin"
MINIO_SECRET_KEY: "minioadmin"
MINIO_FORCE_PATH_STYLE: "true"
# 认证
NEXTAUTH_URL: "http://localhost:3000"
# 外部访问地址(浏览器实际访问)
NEXTAUTH_URL: "http://localhost:13000"
# 容器内自调用地址(服务端 fetch 自己的 API / 文件)
INTERNAL_APP_URL: "http://127.0.0.1:3000"
NEXTAUTH_SECRET: "waoowaoo-default-secret-2026"
# 内部密钥
CRON_SECRET: "waoowaoo-docker-cron-secret"