Merge remote-tracking branch 'origin/master'
| | |
| | | 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', |
| | |
| | | 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 . |