forked from GitHub-Xzhi/AutoSignMachine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
docker-compose.yml
66 lines (63 loc) · 1.5 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
version: "3"
services:
asm_unicom:
container_name: asm_unicom
build:
context: ./
dockerfile: docker/Dockerfile
volumes:
- ./:/AutoSignMachine #同步脚本地址
restart: always
tty: true
network_mode: "bridge"
hostname: asm_unicom
environment:
- enable_unicom=true #签到开关 false / true
- user=123456 # 输入用户手机号
- password=123456 #输入用户密码
- appid=FFFFFFFF #输入手机端APPID
asm_bili:
container_name: asm_bili
build:
context: ./
dockerfile: docker/Dockerfile
volumes:
- ./:/AutoSignMachine #同步脚本地址
restart: always
tty: true
network_mode: "bridge"
environment:
- enable_bilibili=false #签到开关
- DedeUserID= #
- SESSDATA= #
- bili_jct= #
asm52pojie:
container_name: asm52pojie
build:
context: ./
dockerfile: docker/Dockerfile
volumes:
- ./:/AutoSignMachine #同步脚本地址
restart: always
tty: true
network_mode: "bridge"
environment:
- enable_52pojie=false #签到开关
- htVD_2132_auth= #
- htVD_2132_saltkey= #
asm_iqiyi:
container_name: asm_iqiyi
build:
context: ./
dockerfile: docker/Dockerfile
volumes:
- ./:/AutoSignMachine #同步脚本地址
restart: always
tty: true
network_mode: "bridge"
environment:
- enable_iqiyi=false #签到开关
- P00001= #
- P00PRU= #
- QC005= #
- dfp= #