1 Star 1 Fork 1

bing yang / 服务器备份工具

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
docker-compose.yml 490 Bytes
一键复制 编辑 原始数据 按行查看 历史
bing yang 提交于 2020-07-28 15:02 . 增加百度网盘备份
version: "3"
services:
python:
build: ./docker
volumes:
- ./program:/program
# command: python main.py
# tty: true
restart: always
links:
- mysql
mysql:
image: mysql:5.6
command: --default-authentication-plugin=mysql_native_password
# restart: always
environment:
- MYSQL_DATABASE=default
- MYSQL_USER=default
- MYSQL_PASSWORD=secret
- MYSQL_ROOT_PASSWORD=root
- TZ=Asia/Shanghai
ports:
- 3306:3306
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/ninestep/server_backup_tool.git
git@gitee.com:ninestep/server_backup_tool.git
ninestep
server_backup_tool
服务器备份工具
master

搜索帮助

Bbcd6f05 5694891 0cc6727d 5694891