forked from RayWangQvQ/BiliBiliToolPro
-
Notifications
You must be signed in to change notification settings - Fork 0
/
docker-compose.yml
45 lines (39 loc) · 1.37 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
36
37
38
39
40
41
42
43
44
45
version: '3.9'
services:
bilibili_tool:
image: zai7lou/bilibili_tool_pro
container_name: bilibili_tool_pro
restart: always
volumes:
- ./Logs:/app/Logs
- ./my_crontab:/app/custom_crontab
tty: true
environment:
- ASPNETCORE_ENVIRONMENT=Production
- Ray_Security__IsSkipDailyTask=false
# Cookie字符串(必填):
- Ray_BiliBiliCookies__1=
- Ray_BiliBiliCookies__2=
# 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=
# 钉钉:
- Ray_Serilog__WriteTo__5__Args__webHookUrl=
# PushPlus推送:
- Ray_Serilog__WriteTo__9__Args__token=
- Ray_Serilog__WriteTo__9__Args__topic=
- Ray_Serilog__WriteTo__9__Args__channel=
- Ray_Serilog__WriteTo__9__Args__webhook=
# Server酱推送scKey:
- Ray_Serilog__WriteTo__6__Args__turboScKey=