1 Star 0 Fork 288

算法模式/django-idcops

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
docker-compose.yml 236 Bytes
一键复制 编辑 原始数据 按行查看 历史
decbe 提交于 2021-02-04 16:02 . fix docker-compose exec error
version: '3.7'
services:
idcops:
build: .
command: gunicorn idcops_proj.wsgi:application --workers 3 --bind :8000
ports:
- 8000:8000
env_file:
- ./config/.env.dev
volumes:
- .:/opt/django-idcops
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/cnhhhh/django-idcops.git
git@gitee.com:cnhhhh/django-idcops.git
cnhhhh
django-idcops
django-idcops
master

搜索帮助