仪表盘
版本库
文件存储
活动
搜索
登录
main
/
label-studio
数据标注工具
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
Merge branch 'develop' of http://git.slooong.com/r/label-studio into develop
chenzhaoyang
2025-12-17
063da0bf961e1d35e25dc107f883f7492f4c5a7c
[label-studio.git]
/
docker-compose.override.example.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
version: "3.9"
services:
app:
build:
args:
- INCLUDE_DEV=true
env_file:
- .env
nginx:
build:
args:
- INCLUDE_DEV=true