12 Star 173 Fork 62

staugur/sapic

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
docker-compose.yml 500 Bytes
Copy Edit Raw Blame History
staugur authored 2022-02-11 22:24 +08:00 . 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:
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/staugur/picbed.git
git@gitee.com:staugur/picbed.git
staugur
picbed
sapic
master

Search