更新初始化脚本

This commit is contained in:
ChenYi 2026-02-03 13:38:35 +08:00
parent 305373f2fe
commit 19ff423fc2
6 changed files with 196 additions and 116 deletions

View File

@ -1,34 +1,29 @@
# 服务器配置 # 服务器配置
SERVER_IP=192.168.111.174 # 修改为你的服务器IP地址
SERVER_IP=47.110.53.196
# Pulsar配置 # Pulsar配置
PULSAR_BROKER_PORT=9093 PULSAR_BROKER_PORT=9093
PULSAR_ADMIN_PORT=9094 PULSAR_ADMIN_PORT=9094
PULSAR_ZOOKEEPER_PORT=2181 PULSAR_ZOOKEEPER_PORT=2181
PULSAR_BROKER_EXTERNAL_PORT=26974 PULSAR_BROKER_EXTERNAL_PORT=26974
PULSAR_ADMIN_USER=admin
PULSAR_ADMIN_PASSWORD=0fd7afb8b0d04e6abc4fdfdac2190a79
# IoTDB配置 # IoTDB配置
IOTDB_PORT=30710 IOTDB_PORT=30710
IOTDB_ROOT_PASSWORD=Li#xiao@198!0
# Redis配置 # Redis配置
REDIS_PORT=30712 REDIS_PORT=30712
# MySQL配置 # PostgreSQL配置
MYSQL_PORT=13306 POSTGRES_PORT=35432
POSTGRES_DB=jisheiotprodb
POSTGRES_PASSWORD=JiShe!aqG#5kGgh&0
# Admin API配置 # Admin API配置
ADMIN_API_PORT=28080 ADMIN_API_PORT=28080
# Admin Web配置 # Admin Web配置
ADMIN_WEB_PORT=30711 ADMIN_WEB_PORT=30711
#MSSQL Server配置
SQLSERVER_EDITION=Developer
SQLSERVER_PORT=11433
# 认证信息
PULSAR_ADMIN_USER=admin
PULSAR_ADMIN_PASSWORD=0fd7afb8b0d04e6abc4fdfdac2190a79
IOTDB_ROOT_PASSWORD=Li#xiao@198!0
MYSQL_ROOT_PASSWORD='JiShe!aqG#5kGgh&0'
SQLSERVER_SA_PASSWORD=JiShe!aqG@5kGgh&0

View File

@ -270,7 +270,7 @@ services:
max-file: "5" max-file: "5"
admin-api-service: admin-api-service:
image: registry.cn-qingdao.aliyuncs.com/jisheyun/jishe.iot.admin:2025.1216.1440 image: registry.cn-qingdao.aliyuncs.com/jisheyun/jishe.iot.admin:2026.0203.0900
container_name: admin-api container_name: admin-api
hostname: admin-api hostname: admin-api
restart: always restart: always
@ -301,7 +301,7 @@ services:
- pulsar-net - pulsar-net
admin-web-service: admin-web-service:
image: registry.cn-qingdao.aliyuncs.com/jisheyun/jishe.iot.ui:2025.1030.0949 image: registry.cn-qingdao.aliyuncs.com/jisheyun/jishe.iot.ui:2026.0203.0900
container_name: admin-web container_name: admin-web
hostname: admin-web hostname: admin-web
restart: always restart: always

View File

@ -248,7 +248,7 @@ services:
max-file: "5" max-file: "5"
admin-api-service: admin-api-service:
image: registry.cn-qingdao.aliyuncs.com/jisheyun/jishe.iot.admin:2025.1216.1440 image: registry.cn-qingdao.aliyuncs.com/jisheyun/jishe.iot.admin:2026.0203.0900
container_name: admin-api container_name: admin-api
hostname: admin-api hostname: admin-api
restart: always restart: always
@ -283,7 +283,7 @@ services:
max-file: "5" max-file: "5"
admin-web-service: admin-web-service:
image: registry.cn-qingdao.aliyuncs.com/jisheyun/jishe.iot.ui:2025.1030.0949 image: registry.cn-qingdao.aliyuncs.com/jisheyun/jishe.iot.ui:2026.0203.0900
container_name: admin-web container_name: admin-web
hostname: admin-web hostname: admin-web
restart: always restart: always

View File

@ -96,7 +96,7 @@ services:
max-file: "5" max-file: "5"
admin-api-service: admin-api-service:
image: registry.cn-qingdao.aliyuncs.com/jisheyun/jishe.iot.admin:2025.1216.1440 image: registry.cn-qingdao.aliyuncs.com/jisheyun/jishe.iot.admin:2026.0203.0900
container_name: admin-api container_name: admin-api
hostname: admin-api hostname: admin-api
restart: always restart: always
@ -127,7 +127,7 @@ services:
max-file: "5" max-file: "5"
admin-web-service: admin-web-service:
image: registry.cn-qingdao.aliyuncs.com/jisheyun/jishe.iot.ui:2025.1030.0949 image: registry.cn-qingdao.aliyuncs.com/jisheyun/jishe.iot.ui:2026.0203.0900
container_name: admin-web container_name: admin-web
hostname: admin-web hostname: admin-web
restart: always restart: always

View File

@ -87,7 +87,7 @@ services:
max-file: "5" max-file: "5"
admin-api-service: admin-api-service:
image: registry.cn-qingdao.aliyuncs.com/jisheyun/jishe.iot.admin:2025.1216.1440 image: registry.cn-qingdao.aliyuncs.com/jisheyun/jishe.iot.admin:2026.0203.0900
container_name: admin-api container_name: admin-api
hostname: admin-api hostname: admin-api
restart: always restart: always
@ -114,7 +114,7 @@ services:
- pulsar-net - pulsar-net
admin-web-service: admin-web-service:
image: registry.cn-qingdao.aliyuncs.com/jisheyun/jishe.iot.ui:2025.1030.0949 image: registry.cn-qingdao.aliyuncs.com/jisheyun/jishe.iot.ui:2026.0203.0900
container_name: admin-web container_name: admin-web
hostname: admin-web hostname: admin-web
restart: always restart: always

File diff suppressed because one or more lines are too long