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