test1.json 980 B

12345678910111213141516171819202122232425
  1. {
  2. "appId": "calculate-score",
  3. "env": "test",
  4. "description": "算分服务",
  5. "alwaysBuild": true,
  6. "enable": true,
  7. "appType": "dotnetCore",
  8. "appRepo": "git@codeup.aliyun.com:5f1f8daf6207a1a8b17f6742/background/CalculateScoreService.git",
  9. "branch": "develop",
  10. "dirname": "CalculateScoreService",
  11. "compileHome": "/IQuizoo.CalculateScoreService",
  12. "dockerfile": "FROM debian10/dotnetcore/rt:5.0\n\nRUN cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime \\\n && echo 'Asia/Shanghai' >/etc/timezone\n\nENV ASPNETCORE_ENVIRONMENT Production\nENV ASPNETCORE_URLS http://172.16.45.65:8003;\n\nWORKDIR /app\nCOPY ./bin/Debug/net5.0/publish/ .\nENTRYPOINT [\"dotnet\", \"IQuizoo.CalculateScoreService.dll\"]",
  13. "buildConfig": {
  14. "repo": "git-codeup",
  15. "compiler": "dotnet5-dev",
  16. "packer": "docker-test"
  17. },
  18. "deployConfigs": [],
  19. "runningConfig": {
  20. "httpPort": 8003,
  21. "healthCheck": "/health",
  22. "logConfigs": []
  23. },
  24. "notifier": "ding-dev"
  25. }