郭超 4 роки тому
батько
коміт
6353e61550
2 змінених файлів з 3 додано та 5 видалено
  1. 2 4
      .idea/workspace.xml
  2. 1 1
      business/docker-compose-multi.yml

+ 2 - 4
.idea/workspace.xml

@@ -3,9 +3,7 @@
   <component name="ChangeListManager">
     <list default="true" id="41dc853c-f418-44c7-ba5d-2164f3f0373a" name="Default" comment="">
       <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/business/load-images.sh" beforeDir="false" afterPath="$PROJECT_DIR$/business/load-images.sh" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/business/nginx/sites-enabled/default" beforeDir="false" afterPath="$PROJECT_DIR$/business/nginx/sites-enabled/default" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/business/remove-images.sh" beforeDir="false" afterPath="$PROJECT_DIR$/business/remove-images.sh" afterDir="false" />
+      <change beforePath="$PROJECT_DIR$/business/docker-compose-multi.yml" beforeDir="false" afterPath="$PROJECT_DIR$/business/docker-compose-multi.yml" afterDir="false" />
     </list>
     <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
     <option name="SHOW_DIALOG" value="false" />
@@ -187,7 +185,7 @@
       <workItem from="1610264520879" duration="862000" />
       <workItem from="1610343907658" duration="548000" />
       <workItem from="1618465186243" duration="1756000" />
-      <workItem from="1622184011904" duration="14842000" />
+      <workItem from="1622184011904" duration="15270000" />
     </task>
     <servers />
   </component>

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

@@ -61,4 +61,4 @@ services:
       - 9003:9003
     volumes:
       - ${FILE_STORE_BASE_PATH}/${FRONTEND_STORE_DIR}:/var/www
-    command: ava -jar -Dspring.profiles.active=private-cloud -Dserver.port=9003 export-excel.jar ##-Dhost需要根据实际地址修改
+    command: java -jar -Dspring.profiles.active=private-cloud -Dexport.path=/var/www/xinchuang/excel -Dcrowd.frontend=http://192.168.31.157:81 -Dserver.port=9003 export-excel.jar ##-Dhost需要根据实际地址修改