Python国内镜像源配置
pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
或者
pip config set global.index-url https://mirrors.aliyun.com/pypi/simple
或者
pip config set global.index-url https://repo.huaweicloud.com/repository/pypi/simple

Node国内镜像源配置
npm config set registry https://registry.npm.taobao.org/

Java国内镜像配置

mkdir -p ~/.m2 && cat > ~/.m2/settings.xml <<EOF
<?xml version="1.0" encoding="UTF-8"?>
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd">
    <mirrors>
        <mirror>
            <id>aliyunmaven</id>
            <mirrorOf>*</mirrorOf>
            <name>阿里云公共仓库</name>
            <url>https://maven.aliyun.com/repository/public</url>
        </mirror>
    </mirrors>
</settings>
EOF

postgresql

192.168.10.136
5432
postgres
pg123456

elasticsearch

192.168.10.136
9200(http)
9300(tcp)

elasticsearch kibana

http://192.168.10.136:5601

redis

192.168.10.136
6379
Rr123456

rabbitmq

192.168.10.136
5672
rabbit
Rr123456
管理页面:http://192.168.10.136:15672

ftp

192.168.10.136
kv
Kv123

minio

192.168.10.136
9000
管理页面:http://192.168.10.136:9001

算法业务
endpoint: 192.168.10.136:9000
bucket_name: alg
access_key: alg
secret_key: Aa123456

太养业务
endpoint: 192.168.10.136:9000
bucket_name: taiyang
access_key: inphile
secret_key: Ii123456

太财业务
endpoint: 192.168.10.136:9000
bucket_name: taicai
access_key: inphile
secret_key: Ii123456

中智业务
endpoint: 192.168.10.136:9000
bucket_name: zhongzhi
access_key: inphile
secret_key: Ii123456

蓝卡业务
endpoint: 192.168.10.136:9000
bucket_name: lanka
access_key: inphile
secret_key: Ii123456

平安财业务
endpoint: 192.168.10.136:9000
bucket_name: pingancai
access_key: inphile
secret_key: Ii123456

众安业务
endpoint: 192.168.10.136:9000
bucket_name: zhongan
access_key: inphile
secret_key: Ii123456

众安半业务
endpoint: 192.168.10.136:9000
bucket_name: zhonganban
access_key: inphile
secret_key: Ii123456

九州通
endpoint: 192.168.10.136:9000
bucket_name: jiuzhoutong
access_key: inphile
secret_key: Ii123456

泰康河南
endpoint: 192.168.10.136:9000
bucket_name: taikanghenan
access_key: inphile
secret_key: Ii123456

太保相关业务
endpoint: 192.168.10.136:9000
bucket_name: taibao
access_key: inphile
secret_key: Ii123456

consul 【平台】

192.168.10.136
8500
管理页面:http://192.168.10.136:8500

consul 【中智】

192.168.10.136
8501
管理页面:http://192.168.10.136:8501

consul 【蓝卡】

192.168.10.136
8502
管理页面:http://192.168.10.136:8502

consul 【平安财】

192.168.10.136
8503
管理页面:http://192.168.10.136:8503

consul 【众安】

192.168.10.136
8504
管理页面:http://192.168.10.136:8504

consul 【众安半】

192.168.10.136
8505
管理页面:http://192.168.10.136:8505

consul 【九州通】

192.168.10.136
8506
管理页面:http://192.168.10.136:8506

traefik 【平台】

http://192.168.10.136:8000
管理页面:http://192.168.10.136:8060

平台入口:http://192.168.10.136:8000/
中智入口:http://192.168.10.136:8000/zhongzhi/
蓝卡入口:http://192.168.10.136:8000/lanka/
平安财入口:http://192.168.10.136:8000/pingancai/
众安入口:http://192.168.10.136:8000/zhongan/
众安半入口:http://192.168.10.136:8000/zhonganban/

traefik 【中智】

http://192.168.10.136:8001
管理页面:http://192.168.10.136:8061

traefik 【蓝卡】

http://192.168.10.136:8002
管理页面:http://192.168.10.136:8062

traefik 【平安财】

http://192.168.10.136:8003
管理页面:http://192.168.10.136:8063

traefik 【众安】

http://192.168.10.136:8004
管理页面:http://192.168.10.136:8064

traefik 【众安半】

http://192.168.10.136:8005
管理页面:http://192.168.10.136:8065

traefik 【九州通】

http://192.168.10.136:8006
管理页面:http://192.168.10.136:8066

最后编辑:2023年02月09日 ©著作权归作者所有

评论已关闭