Files
dy-not/docker-compose.yml
bmy 882f287ed4
Some checks failed
本地构建并运行容器 / build (push) Has been cancelled
first commit
2026-05-28 00:43:58 +08:00

28 lines
644 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秒运行一次检查
- CRON=*/30 * * * * *
# 每一小时,运行一次检查
# - CRON=0 0 * * * *
# - 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