配置镜像环境
parent
ec3e958037
commit
5cb4af0498
|
@ -1 +1 @@
|
||||||
docker build -t registry.cn-beijing.aliyuncs.com/lili-images/buyer-ui-1.0.1:0.0.1 .
|
docker build -t registry.cn-beijing.aliyuncs.com/lili-images/buyer-ui-1.0.1:0.0.4 .
|
||||||
|
|
|
@ -39,7 +39,7 @@ http {
|
||||||
gzip_vary on;
|
gzip_vary on;
|
||||||
|
|
||||||
server {
|
server {
|
||||||
listen 80;
|
listen 10000;
|
||||||
server_name localhost;
|
server_name localhost;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
|
|
|
@ -17,20 +17,16 @@ export default {
|
||||||
* @description api请求基础路径
|
* @description api请求基础路径
|
||||||
*/
|
*/
|
||||||
api_dev: {
|
api_dev: {
|
||||||
common: 'https://common-api.pickmall.cn',
|
common: 'http://127.0.0.1:8890',
|
||||||
buyer: 'https://buyer-api.pickmall.cn',
|
buyer: 'http://127.0.0.1:8888',
|
||||||
seller: 'https://store-api.pickmall.cn',
|
seller: 'http://127.0.0.1:8889',
|
||||||
manager: 'https://admin-api.pickmall.cn'
|
manager: 'http://127.0.0.1:8887'
|
||||||
// common: 'http://192.168.0.111:9000',
|
|
||||||
// buyer: 'http://192.168.0.103:8888',
|
|
||||||
// seller: 'https://store-api.pickmall.cn',
|
|
||||||
// manager: 'https://admin-api.pickmall.cn'
|
|
||||||
},
|
},
|
||||||
api_prod: {
|
api_prod: {
|
||||||
common: 'https://common-api.pickmall.cn',
|
common: 'http://127.0.0.1:8890',
|
||||||
buyer: 'https://buyer-api.pickmall.cn',
|
buyer: 'http://127.0.0.1:8888',
|
||||||
seller: 'https://store-api.pickmall.cn',
|
seller: 'http://127.0.0.1:8889',
|
||||||
manager: 'https://admin-api.pickmall.cn'
|
manager: 'http://127.0.0.1:8887'
|
||||||
},
|
},
|
||||||
/**
|
/**
|
||||||
* @description api请求基础路径前缀
|
* @description api请求基础路径前缀
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
docker push registry.cn-beijing.aliyuncs.com/lili-images/buyer-ui-1.0.1:0.0.1
|
docker push registry.cn-beijing.aliyuncs.com/lili-images/buyer-ui-1.0.1:0.0.4
|
||||||
docker push registry.cn-beijing.aliyuncs.com/lili-images/wap-ui-1.0.1:0.0.1
|
docker push registry.cn-beijing.aliyuncs.com/lili-images/wap-ui-1.0.1:0.0.4
|
||||||
docker push registry.cn-beijing.aliyuncs.com/lili-images/seller-ui-1.0.1:0.0.1
|
docker push registry.cn-beijing.aliyuncs.com/lili-images/seller-ui-1.0.1:0.0.4
|
||||||
docker push registry.cn-beijing.aliyuncs.com/lili-images/manager-ui-1.0.1:0.0.1
|
docker push registry.cn-beijing.aliyuncs.com/lili-images/manager-ui-1.0.1:0.0.4
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
docker build -t registry.cn-beijing.aliyuncs.com/lili-images/manager-ui-1.0.1:0.0.1 .
|
docker build -t registry.cn-beijing.aliyuncs.com/lili-images/manager-ui-1.0.1:0.0.4 .
|
||||||
|
|
|
@ -39,7 +39,7 @@ http {
|
||||||
gzip_vary on;
|
gzip_vary on;
|
||||||
|
|
||||||
server {
|
server {
|
||||||
listen 80;
|
listen 10003;
|
||||||
server_name localhost;
|
server_name localhost;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
|
|
|
@ -17,21 +17,16 @@ export default {
|
||||||
* @description api请求基础路径
|
* @description api请求基础路径
|
||||||
*/
|
*/
|
||||||
api_dev: {
|
api_dev: {
|
||||||
// common: 'http://192.168.0.111:9000',
|
common: 'http://127.0.0.1:8890',
|
||||||
// buyer: 'http://buyer-api.pickmall.cn',
|
buyer: 'http://127.0.0.1:8888',
|
||||||
// seller: 'http://store-api.pickmall.cn',
|
seller: 'http://127.0.0.1:8889',
|
||||||
// manager: 'http://192.168.0.111:8887'
|
manager: 'http://127.0.0.1:8887'
|
||||||
|
|
||||||
common: 'https://common-api.pickmall.cn',
|
|
||||||
buyer: 'https://buyer-api.pickmall.cn',
|
|
||||||
seller: 'https://store-api.pickmall.cn',
|
|
||||||
manager: 'https://admin-api.pickmall.cn'
|
|
||||||
},
|
},
|
||||||
api_prod: {
|
api_prod: {
|
||||||
common: 'https://common-api.pickmall.cn',
|
common: 'http://127.0.0.1:8890',
|
||||||
buyer: 'https://buyer-api.pickmall.cn',
|
buyer: 'http://127.0.0.1:8888',
|
||||||
seller: 'https://store-api.pickmall.cn',
|
seller: 'http://127.0.0.1:8889',
|
||||||
manager: 'https://admin-api.pickmall.cn'
|
manager: 'http://127.0.0.1:8887'
|
||||||
},
|
},
|
||||||
/**
|
/**
|
||||||
* @description api请求基础路径前缀
|
* @description api请求基础路径前缀
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
docker build -t registry.cn-beijing.aliyuncs.com/lili-images/seller-ui-1.0.1:0.0.1 .
|
docker build -t registry.cn-beijing.aliyuncs.com/lili-images/seller-ui-1.0.1:0.0.4 .
|
||||||
|
|
|
@ -39,7 +39,7 @@ http {
|
||||||
gzip_vary on;
|
gzip_vary on;
|
||||||
|
|
||||||
server {
|
server {
|
||||||
listen 80;
|
listen 10002;
|
||||||
server_name localhost;
|
server_name localhost;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
|
|
|
@ -18,19 +18,16 @@ export default {
|
||||||
* @description api请求基础路径
|
* @description api请求基础路径
|
||||||
*/
|
*/
|
||||||
api_dev: {
|
api_dev: {
|
||||||
common: 'https://common-api.pickmall.cn',
|
common: 'http://127.0.0.1:8890',
|
||||||
buyer: 'https://buyer-api.pickmall.cn',
|
buyer: 'http://127.0.0.1:8888',
|
||||||
seller: 'https://store-api.pickmall.cn',
|
seller: 'http://127.0.0.1:8889',
|
||||||
manager: 'https://admin-api.pickmall.cn',
|
manager: 'http://127.0.0.1:8887'
|
||||||
// common: 'http://192.168.0.103:9000',
|
|
||||||
|
|
||||||
// seller: 'http://192.168.0.103:8889',
|
|
||||||
},
|
},
|
||||||
api_prod: {
|
api_prod: {
|
||||||
common: 'https://common-api.pickmall.cn',
|
common: 'http://127.0.0.1:8890',
|
||||||
buyer: 'https://buyer-api.pickmall.cn',
|
buyer: 'http://127.0.0.1:8888',
|
||||||
seller: 'https://store-api.pickmall.cn',
|
seller: 'http://127.0.0.1:8889',
|
||||||
manager: 'https://admin-api.pickmall.cn'
|
manager: 'http://127.0.0.1:8887'
|
||||||
},
|
},
|
||||||
/**
|
/**
|
||||||
* @description api请求基础路径前缀
|
* @description api请求基础路径前缀
|
||||||
|
|
Loading…
Reference in New Issue