-
Notifications
You must be signed in to change notification settings - Fork 0
/
docker-compose.yml
35 lines (30 loc) · 1.04 KB
/
docker-compose.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
services:
bilibili_tool:
image: zai7lou/bilibili_tool
container_name: bilibili_tool
restart: always
volumes:
- ./Logs:/app/Logs
- ./my_crontab:/app/custom_crontab
tty: true
environment:
- ASPNETCORE_ENVIRONMENT=Production
- Ray_Security__IsSkipDailyTask=false
# Cookie字符串(必填):
- Ray_BiliBiliCookie__CookieStr=
# UA:
- Ray_Security__UserAgent=
# 开始运行前随机随眠最大分钟数:
- Ray_Security__RandomSleepMaxMin=
# 调用接口间的间隔秒数:
- Ray_Security__IntervalSecondsBetweenRequestApi=
# 目标投币数量:
- Ray_DailyTaskConfig__NumberOfCoins=
# 天选抽奖指定排除关键字
- Ray_LiveLotteryTaskConfig__ExcludeAwardNames=
# 天选抽奖指定包含关键字
- Ray_LiveLotteryTaskConfig__IncludeAwardNames=
# 企业微信推送地址:
- Ray_Serilog__WriteTo__4__Args__webHookUrl=
# Server酱推送scKey:
- Ray_Serilog__WriteTo__6__Args__scKey=