Files
dy-not/docker-compose.yml
2026-05-28 00:34:22 +08:00

25 lines
692 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

services:
dy-monitor:
build: .
container_name: dy-monitor
restart: always
environment:
# 每30秒重新运行一次检查默认每天早上8点
# - CRON=*/30 * * * * *
# 每30秒重新运行一次检查默认每天早上8点
# - CRON=*/30 * * * * *
# - DOUYIN_PAGE=抖音主播主页地址
- PAGE_TIMEOUT=30000
# Chrome 路径
- CHROME_PATH=/usr/bin/chromium
# 可选覆盖邮箱、URL
# - MAIL_HOST=xxx@qq.com
# - MAIL_PORT=xxx@qq.com
# - MAIL_SECURE=xxx@qq.com
# - MAIL_USER=xxx
# - MAIL_PASS=xxx
# # 持久化数据库文件
# volumes:
# - ./db.json:/app/db.json