Files
qywx-push/docker-compose.yml
2025-07-06 11:35:36 +08:00

17 lines
423 B
YAML

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