1 Star 0 Fork 129

shateily/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
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/shateily/django-idcops.git
git@gitee.com:shateily/django-idcops.git
shateily
django-idcops
django-idcops
master

搜索帮助