1 Star 0 Fork 10

nf123/G49shouting

forked from zhaosongbing/G49shouting 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
docker-compose.yml 1.50 KB
一键复制 编辑 原始数据 按行查看 历史
2368693074 提交于 2021-03-09 12:14 . Add files via upload
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= #
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/nifi/G49shouting.git
git@gitee.com:nifi/G49shouting.git
nifi
G49shouting
G49shouting
main

搜索帮助