a-cloud-all/docker/thingsboard/reademe.md

27 lines
731 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

会加入ruoyi的默认网络docker_default
docker-compose down -v
#docker volume rm tb-postgres-data
#docker network create 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
系统管理员:
- 用户名sysadmin@thingsboard.org
- 密码sysadmin
# 网关脚本的镜像需要修改为 registry.t-aaron.com/thingsboard/tb-gateway:3.7.8.1