From 4a664d8a49b80c0b901caa644526f25a65e956c3 Mon Sep 17 00:00:00 2001 From: ludc Date: 星期三, 19 七月 2023 12:15:11 +0800 Subject: [PATCH] code服务重新部署 --- Source/UBCS-WEB/vue.config.js | 4 ++-- Source/UBCS/service-start.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Source/UBCS-WEB/vue.config.js b/Source/UBCS-WEB/vue.config.js index 0991057..ad43a75 100644 --- a/Source/UBCS-WEB/vue.config.js +++ b/Source/UBCS-WEB/vue.config.js @@ -26,10 +26,10 @@ proxy: { '/api': { //鏈湴鏈嶅姟鎺ュ彛鍦板潃 - // target: 'http://localhost:37000', + target: 'http://localhost:37000', // target: 'http://192.168.1.51:37000', // target: 'http://192.168.1.46:37000', - target: 'http://dev.vci-tech.com:37000', + // target: 'http://dev.vci-tech.com:37000', // target: 'http://192.168.1.51:37000/', // target: 'http://192.168.1.104:37000', // target: 'http://192.168.1.63:37000', diff --git a/Source/UBCS/service-start.sh b/Source/UBCS/service-start.sh index 14e2797..27a55c6 100644 --- a/Source/UBCS/service-start.sh +++ b/Source/UBCS/service-start.sh @@ -26,8 +26,8 @@ docker run -d -p 36004:36004 --name ubcs-flow vci-ubcs/ubcs-flow:latest #鍚姩develop鏈嶅姟 -# docker build -f ./ubcs-ops/ubcs-develop/Dockerfile -t vci-ubcs/ubcs-develop . -# docker run -d -p 36003:36003 --name ubcs-develop vci-ubcs/ubcs-develop:latest + docker build -f ./ubcs-ops/ubcs-develop/Dockerfile -t vci-ubcs/ubcs-develop . + docker run -d -p 36003:36003 --name ubcs-develop vci-ubcs/ubcs-develop:latest #鍚姩jobAdmin鏈嶅姟 # docker build -f ./ubcs-ops/ubcs-xxljob-admin/Dockerfile -t vci-ubcs/ubcs-jobadmin . -- Gitblit v1.9.3