mirror of
https://github.com/suyiiyii/nonebot-bison.git
synced 2025-06-05 11:26:43 +08:00
23 lines
483 B
YAML
23 lines
483 B
YAML
version: '3'
|
|
|
|
services:
|
|
cq-http:
|
|
image: felinae98/go-cqhttp-ffmpeg
|
|
volumes:
|
|
- ./bot-data:/data
|
|
browserless:
|
|
image: browserless/chrome
|
|
nonebot:
|
|
image: felinae98/nonebot-hk-reporter
|
|
volumes:
|
|
- ./nonebot-data:/data
|
|
environment:
|
|
TZ: Asia/Shanghai
|
|
HOST: 0.0.0.0
|
|
# SUPERUSERS: '[<your QQ>]'
|
|
HK_REPORTER_CONFIG_PATH: /data
|
|
HK_REPORTER_BROWSER: ws://browserless:3000
|
|
depends_on:
|
|
- browserless
|
|
- cq-http
|