Browse Source

修改配置文件

郭超 3 years ago
parent
commit
a86bbf9ee4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      crowd-service/docker-compose-multi-port.yml

+ 1 - 1
crowd-service/docker-compose-multi-port.yml

@@ -32,7 +32,7 @@ services:
       - 8280:8080
     volumes:
       - ${FILE_STORE_BASE_PATH}/${BACKEND_STORE_DIR}:/var/www
-    command: java -jar --spring.profiles.active=private-cloud --file.save.path=/var/www/ --host=http://127.0.0.1 --website.domainName=127.0.0.1 site-0.0.1-SNAPSHOT.jar  > nohub.out
+    command: java -jar --spring.profiles.active=private-cloud --file.save.path=/var/www/ --host=http://127.0.0.1 --website.domainName=127.0.0.1 --baseUrl.service.review=http://121.196.124.158:9004 --baseUrl.service.crowd=http://121.196.124.158:8091 --baseUrl.service.crowdIndex=http://121.196.124.158:81/edit?primaryColor=%231890ff&fixSiderbar=true&colorWeak=false&title=%E4%BC%97%E6%B5%8B%E6%9C%8D%E5%8A%A1%E7%B3%BB%E7%BB%9F&pwa=false&token= site-0.0.1-SNAPSHOT.jar > nohub.out
     ##-Dhost需要根据实际地址修改
   # 前端
   crowd_frontend: