update 26.8.31

This commit is contained in:
kun
2026-08-31 13:29:08 +08:00
parent 28650013a0
commit bc2fdf6a52
6 changed files with 201 additions and 94 deletions
+21
View File
@@ -0,0 +1,21 @@
services:
wechat2rss:
container_name: wechat2rss
image: "ttttmr/wechat2rss:latest"
environment:
- LIC_EMAIL=X978Y@hotmail.com # 付款时备注的邮箱
- LIC_CODE=0603b333-b0b3-4cc0-a595-76194874ac8b # 激活码
- RSS_HOST=http://192.168.0.111:300 # 服务器地址
volumes:
- ./data:/wechat2rss # 数据持久化保存
ports:
- "3000:8080" # 监听端口映射,例如修改到8081端口,8081:8080
deploy: # 自动重启策略
restart_policy:
condition: on-failure
max_attempts: 3
window: 10s
logging:
driver: "json-file"
options:
max-size: "100m"