Initial commit

This commit is contained in:
wangwangit
2025-07-06 11:35:36 +08:00
commit 9502459755
19 changed files with 5513 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
version: '3'
services:
wechat-notifier:
build: .
container_name: wechat-notifier
restart: unless-stopped
ports:
- "12121:12121"
volumes:
- ./database:/app/database
environment:
- PORT=12121
- DB_PATH=/app/database/notifier.db
- ENCRYPTION_KEY=change-this-to-a-random-32-character-string
- NODE_ENV=production
- WECHAT_API_BASE=https://qyapi.weixin.qq.com