1 Star 0 Fork 59

飞鹏/sapic

forked from staugur/sapic 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
docker-compose.yml 414 Bytes
一键复制 编辑 原始数据 按行查看 历史
staugur 提交于 2020-07-27 20:21 . :bookmark:release 1.8
version: '3'
services:
webapp:
build: .
restart: always
ports:
- "9514:9514"
environment:
- picbed_host=0.0.0.0
- picbed_redis_url=redis://@redis:6379
volumes:
- static:/picbed/static/
- /data/picbed/:/picbed/static/upload/
depends_on:
- "redis"
redis:
image: "redis:alpine"
command: ["redis-server", "--appendonly", "yes"]
volumes:
static:
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/feipeng10086/picbed.git
git@gitee.com:feipeng10086/picbed.git
feipeng10086
picbed
sapic
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385