feat: 添加云托管部署配置文件

This commit is contained in:
2026-03-05 18:58:33 +08:00
parent d47ccd7039
commit 6416441539
4 changed files with 65 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
{
"containerPort": 3000,
"dockerfilePath": "Dockerfile",
"buildDir": "",
"minNum": 0,
"maxNum": 10,
"cpu": 0.5,
"mem": 1,
"policyType": "cpu",
"policyThreshold": 60,
"envParams": {
"SERVER_HOST": "0.0.0.0",
"SERVER_PORT": "3000",
"DEBUG": "False",
"DB_HOST": "10.45.108.178",
"DB_PORT": "3306",
"DB_USER": "root",
"DB_PASSWORD": "!Lgd20020523",
"DB_NAME": "stardom_story",
"AI_SERVICE_ENABLED": "True",
"AI_PROVIDER": "deepseek",
"DEEPSEEK_API_KEY": "sk-a685e8a0e97e41e4b3cb70fa6fcc3af1",
"DEEPSEEK_BASE_URL": "https://api.deepseek.com/v1",
"DEEPSEEK_MODEL": "deepseek-chat"
}
}