1 Star 0 Fork 0

周林-Felix / flasky

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
docker-compose.yml 240 Bytes
一键复制 编辑 原始数据 按行查看 历史
version: '3'
services:
flasky:
build: .
ports:
- "8000:5000"
env_file: .env
restart: always
links:
- mysql:dbserver
mysql:
image: "mysql/mysql-server:5.7"
env_file: .env-mysql
restart: always
Python
1
https://gitee.com/youtrip2010/flasky.git
git@gitee.com:youtrip2010/flasky.git
youtrip2010
flasky
flasky
master

搜索帮助