1 Star 0 Fork 36

隔壁老王 / Mx-Online

forked from 刘元涛 / Mx-Online 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
docker-compose.yml 615 Bytes
一键复制 编辑 原始数据 按行查看 历史
可乐 提交于 2017-04-19 19:31 . Revert "rename"
kele_mysql:
restart: always
image: mysql:5.6
volumes:
- ./data/mysql:/var/lib/mysql
- ./conf/mysql/:/etc/mysql/conf.d
ports:
- "3306:3306"
environment:
- MYSQL_DATABASE=imooc
- MYSQL_ROOT_PASSWORD=root
kele_nginx:
restart: always
image: nginx
ports:
- "80:80"
volumes:
- ./conf/nginx/mx_nginx.conf:/etc/nginx/conf.d/mx_nginx.conf
volumes_from:
- kele_imooc
links:
- kele_imooc:web
kele_imooc:
restart: always
build: .
ports:
- "8000:8000"
volumes:
- .:/imooc
links:
- kele_mysql:mysql
command: uwsgi -s :8000 -w imooc.wsgi -p 3
Python
1
https://gitee.com/meng343314203/mx-online.git
git@gitee.com:meng343314203/mx-online.git
meng343314203
mx-online
Mx-Online
master

搜索帮助