2 Star 4 Fork 17

八爪鱼工作室 / django-idcops

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
docker-compose.yml 236 Bytes
一键复制 编辑 Web IDE 原始数据 按行查看 历史
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
Python
1
https://gitee.com/elfbobo/django-idcops.git
git@gitee.com:elfbobo/django-idcops.git
elfbobo
django-idcops
django-idcops
master

搜索帮助