|
@@ -29,7 +29,7 @@ services:
|
|
|
- ${FILE_STORE_BASE_PATH}/${BACKEND_STORE_DIR}:/var/www
|
|
|
- /home/xcc/crowd-service/TestFileSystem/RequirementDoc:/var/www/RequirementDoc
|
|
|
#- /Users/guochao/Desktop/project/data/cofortest/RequirementDoc:/var/www/RequirementDoc
|
|
|
- command: java -jar --spring.profiles.active=private-cloud --spring.data.mongodb.uri=mongodb://mooctest:mooctest@121.196.124.158:27217/test --server.ip=121.196.124.158 --main.site=http://121.196.124.158:8200 --server.port=8091 bug-0.0.1-SNAPSHOT.jar
|
|
|
+ command: java -jar --spring.profiles.active=private-cloud --spring.data.mongodb.uri=mongodb://mooctest:mooctest@121.40.93.243:27217/test --server.ip=121.40.93.243 --main.site=http://121.40.93.243:8200 --server.port=8091 bug-0.0.1-SNAPSHOT.jar
|
|
|
##--host需要根据实际地址修改;主站配置(信创、慕测)
|
|
|
|
|
|
# 众测服务前端
|
|
@@ -57,7 +57,7 @@ services:
|
|
|
- 9004:9004
|
|
|
volumes:
|
|
|
- ${FILE_STORE_BASE_PATH}/${BACKEND_STORE_DIR}/sgns.wiki.word:/project/sgns.wiki.word
|
|
|
- command: java -jar --spring.profiles.active=private-cloud --mongodb.host=121.196.124.158 --mongodb.port=27217 --baseurl.report.host=121.196.124.158:81 --baseurl.report.excel=http://121.196.124.158:9003/generateReport --server.port=9004 crowd_review-1.0-SNAPSHOT.jar
|
|
|
+ command: java -jar --spring.profiles.active=private-cloud --mongodb.host=121.40.93.243 --mongodb.port=27217 --baseurl.report.host=121.40.93.243:81 --baseurl.report.excel=http://121.40.93.243:9003/generateReport --server.port=9004 crowd_review-1.0-SNAPSHOT.jar
|
|
|
##--host需要根据实际地址修改;此处有众测后端端口配置和报告导出地址配置
|
|
|
|
|
|
# 报告导出工具
|
|
@@ -69,5 +69,5 @@ services:
|
|
|
- 9003:9003
|
|
|
volumes:
|
|
|
- ${FILE_STORE_BASE_PATH}/${FRONTEND_STORE_DIR}:/var/www
|
|
|
- command: java -jar --spring.profiles.active=private-cloud --crowd.frontend=http://121.196.124.158:81 --server.port=9003 export-excel.jar
|
|
|
+ command: java -jar --spring.profiles.active=private-cloud --crowd.frontend=http://121.40.93.243:81 --server.port=9003 export-excel.jar
|
|
|
##--host需要根据实际地址修改;如果前端端口修改了此处也要修改
|