添加喊话器的同步

This commit is contained in:
孙小云 2026-01-19 11:48:57 +08:00
parent 02aca1c35c
commit 15bff6e9be
2 changed files with 11 additions and 2 deletions

View File

@ -1,9 +1,18 @@
会加入ruoyi的默认网络docker_default
#第一次的时候执行这个
docker-compose run --rm -e INSTALL_TB=true -e LOAD_DEMO=true thingsboard-ce
docker-compose up -d
#以后更新 thingsboard-ce 的时候,执行下面这个
# 1. 停止并删除旧容器
docker-compose down
# 2. 拉取新镜像
docker-compose pull thingsboard-ce
# 3. 直接启动新版本
docker-compose up -d
租户管理员:
- 用户名tenant@thingsboard.org
- 密码tenant

@ -1 +1 @@
Subproject commit 4a36cdf89f8de170c0c471c31dbe7ab34b562317
Subproject commit 85f39feac18aa4903114f847cb3c8165a567abb2