feat: 添加云托管部署配置文件
This commit is contained in:
26
server/container.config.json
Normal file
26
server/container.config.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user