Skip to content

v1.2.1

Latest
Compare
Choose a tag to compare
@gxusb gxusb released this 17 May 05:06
· 7 commits to master since this release

不可用

支持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