郭超 il y a 4 ans
Parent
commit
c3527c4a53
2 fichiers modifiés avec 10 ajouts et 3 suppressions
  1. 9 2
      .idea/workspace.xml
  2. 1 1
      business/docker-compose-multi-local.yml

+ 9 - 2
.idea/workspace.xml

@@ -3,7 +3,7 @@
   <component name="ChangeListManager">
     <list default="true" id="41dc853c-f418-44c7-ba5d-2164f3f0373a" name="Default" comment="增加init-all.sh">
       <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/business/init-all.sh" beforeDir="false" afterPath="$PROJECT_DIR$/business/init-all.sh" afterDir="false" />
+      <change beforePath="$PROJECT_DIR$/business/docker-compose-multi-local.yml" beforeDir="false" afterPath="$PROJECT_DIR$/business/docker-compose-multi-local.yml" afterDir="false" />
     </list>
     <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
     <option name="SHOW_DIALOG" value="false" />
@@ -247,7 +247,14 @@
       <option name="project" value="LOCAL" />
       <updated>1623048328858</updated>
     </task>
-    <option name="localTasksCounter" value="8" />
+    <task id="LOCAL-00008" summary="增加init-all.sh">
+      <created>1623051901073</created>
+      <option name="number" value="00008" />
+      <option name="presentableId" value="LOCAL-00008" />
+      <option name="project" value="LOCAL" />
+      <updated>1623051901073</updated>
+    </task>
+    <option name="localTasksCounter" value="9" />
     <servers />
   </component>
   <component name="TypeScriptGeneratedFilesManager">

+ 1 - 1
business/docker-compose-multi-local.yml

@@ -27,8 +27,8 @@ services:
       - 8091:8091
     volumes:
       - ${FILE_STORE_BASE_PATH}/${BACKEND_STORE_DIR}:/var/www
+      - /home/xcc/crowd-service/TestFileSystem/RequirementDoc:/var/www/RequirementDoc
       - /Users/guochao/Desktop/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@172.16.100.98:27217/test --server.ip=172.16.100.98 --main.site=http://172.16.100.98:8200 --server.port=8091 bug-0.0.1-SNAPSHOT.jar
     ##--host需要根据实际地址修改;主站配置(信创、慕测)