12 Star 158 Fork 58

staugur / sapic

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
docker-compose.yml 500 Bytes
一键复制 编辑 原始数据 按行查看 历史
staugur 提交于 2022-02-11 22:24 . update docker-compose(fixed #17)
version: '3'
services:
webapp:
build: .
restart: always
ports:
- "9514:9514"
environment:
- sapic_redis_url=redis://@redis:6379
# 设置信任代理标头
#- sapic_proxyfix=true
volumes:
- static:/picbed/static/
- /data/picbed/:/picbed/static/upload/
depends_on:
- "redis"
redis:
image: "redis:alpine"
command: ["redis-server", "--appendonly", "yes"]
volumes:
- /data/picbed/redis/data/:/data/
volumes:
static:
Python
1
https://gitee.com/staugur/picbed.git
git@gitee.com:staugur/picbed.git
staugur
picbed
sapic
master

搜索帮助