chore: 优化 Docker Compose 容器编排文件,进一步简化安装过程

This commit is contained in:
xiongxiaoyang
2023-04-02 01:56:30 +08:00
parent a0f5bb8449
commit eb26b6e599
5 changed files with 89 additions and 43 deletions

View File

@ -9,16 +9,13 @@ PUT /book
"type" : "long"
},
"authorName" : {
"type" : "text",
"analyzer": "ik_smart"
"type" : "text"
},
"bookName" : {
"type" : "text",
"analyzer": "ik_smart"
"type" : "text"
},
"bookDesc" : {
"type" : "text",
"analyzer": "ik_smart"
"type" : "text"
},
"bookStatus" : {
"type" : "short"
@ -27,15 +24,13 @@ PUT /book
"type" : "integer"
},
"categoryName" : {
"type" : "text",
"analyzer": "ik_smart"
"type" : "text"
},
"lastChapterId" : {
"type" : "long"
},
"lastChapterName" : {
"type" : "text",
"analyzer": "ik_smart"
"type" : "text"
},
"lastChapterUpdateTime" : {
"type": "long"