1 Star 0 Fork 267

小马/DTCloud

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
docker-compose.yml 546 Bytes
一键复制 编辑 原始数据 按行查看 历史
sugar 提交于 2024-07-10 09:43 . feat: DTCloud4。18分支提交
version: '3'
services:
# 设置容器名字
dtcloud:
image: hub.dev.zyfszkj.com/smart-building-dtcloud/dtcloud:20240621093216
container_name: dtcloud
ports:
- "9099:9099"
command: [ "python", "dtcloud.py", "-c", "dtcloud.yaml","--db_host","10.201.97.35" ]
restart: always
job_queue:
image: hub.dev.zyfszkj.com/smart-building-dtcloud/dtcloud:20240621093216
container_name: job_queue
command: [ "python", "dtcloud.py","jobqueue", "-c", "dtcloud.yaml","--db_host","10.201.97.35"]
restart: always
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/mawenb/dtcloud.git
git@gitee.com:mawenb/dtcloud.git
mawenb
dtcloud
DTCloud
DTCloud-4.18

搜索帮助

D67c1975 1850385 1daf7b77 1850385