不可用
支持docker compose
Running
docker-compose.yml
version: "3"
services:
bili-live-heart:
image: gxggxl/bili-live-heart:v1.2.1
container_name: bili-live-heart
deploy:
resources:
limits:
cpus: '0.2'
memory: 128M
env_file: ./env.list
tty: true
restart: always
env.lsit
# B站cookie
COOKIE=""
# 需要自动打卡主播uid
RUID=0
# Cron 表达式
CRON="11 20 * * *"
# Server酱sendkey,选填
SERVER_CHAN_SENDKEY=""
command:
docker-compose -f docker-compose.yml up -d