1 Star 0 Fork 2

ctguhzy/semantic-segmentation-editor

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
sse-docker-stack.yml 505 Bytes
一键复制 编辑 原始数据 按行查看 历史
version: '3'
services:
app:
image: dmandrioli/semantic-segmentation-editor
volumes:
- "${SSE_IMAGES}:/root/sse-images:rw"
ports:
- '80:3000'
depends_on:
- mongo
environment:
ROOT_URL: ${APP_ROOT_URL:-http://localhost}
MONGO_URL: mongodb://mongo:27017/meteor
PORT: 3000
METEOR_SETTINGS: ${METEOR_SETTINGS}
mongo:
image: mongo:latest
command:
- --storageEngine=wiredTiger
volumes:
- data:/data/db
volumes:
data:
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ctguhzy/semantic-segmentation-editor.git
git@gitee.com:ctguhzy/semantic-segmentation-editor.git
ctguhzy
semantic-segmentation-editor
semantic-segmentation-editor
master

搜索帮助