1 Star 0 Fork 1

黄科/WebODM

forked from dzf/WebODM 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
docker-compose.nodeodm.gpu.intel.yml 479 Bytes
一键复制 编辑 原始数据 按行查看 历史
t3Y 提交于 2023-05-04 00:10 +08:00 . Docker-compose: expose ports instead of publishing
# Chaining this file to the main docker-compose file adds
# a default processing node instance. This is best for users
# who are just getting started with WebODM.
version: '2.1'
services:
webapp:
depends_on:
- node-odm
environment:
- WO_DEFAULT_NODES
node-odm:
environment:
- RENDER_GROUP_ID
image: opendronemap/nodeodm:gpu.intel
devices:
- "/dev/dri"
expose:
- "3000"
restart: unless-stopped
oom_score_adj: 500
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/bluesky4485/WebODM.git
git@gitee.com:bluesky4485/WebODM.git
bluesky4485
WebODM
WebODM
master

搜索帮助