修改 thingsboard 部署
This commit is contained in:
parent
4c97b8655b
commit
c5c65c2a46
|
|
@ -41,6 +41,26 @@ infrastructure:
|
||||||
docker_service: ruoyi-nacos
|
docker_service: ruoyi-nacos
|
||||||
wait_time: 20 # Nacos 需要等待 MySQL 就绪
|
wait_time: 20 # Nacos 需要等待 MySQL 就绪
|
||||||
|
|
||||||
|
- name: thingsboard-postgres
|
||||||
|
docker_service: thingsboard-postgres
|
||||||
|
wait_time: 20 # PostgreSQL 需要时间初始化
|
||||||
|
|
||||||
|
- name: zlmediakit
|
||||||
|
docker_service: zlmediakit
|
||||||
|
wait_time: 10 # 流媒体服务器启动较快
|
||||||
|
|
||||||
|
- name: wvp-pro
|
||||||
|
docker_service: wvp-pro
|
||||||
|
wait_time: 30 # WVP 后端需要等待 MySQL、Redis 和 zlmediakit
|
||||||
|
|
||||||
|
- name: wvp-web
|
||||||
|
docker_service: wvp-web
|
||||||
|
wait_time: 10 # Nginx 启动较快
|
||||||
|
|
||||||
|
- name: thingsboard-ce
|
||||||
|
docker_service: thingsboard-ce
|
||||||
|
wait_time: 40 # ThingsBoard 需要等待 PostgreSQL 并初始化
|
||||||
|
|
||||||
# Git 仓库配置
|
# Git 仓库配置
|
||||||
repositories:
|
repositories:
|
||||||
# 认证服务
|
# 认证服务
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue