mirror of https://github.com/Mai-with-u/MaiBot.git
feat: 将 napcatCONFIG 卷引入 maimbot,方便自动增加反向ws客户端
parent
88093502a9
commit
bbf65d6bc4
|
|
@ -39,7 +39,8 @@ services:
|
|||
- mongodb
|
||||
- napcat
|
||||
volumes:
|
||||
- maimbotCONFIG:/MaiMBot/config
|
||||
- napcatCONFIG:/MaiMBot/napcat # 自动根据配置中的qq号创建ws反向客户端配置
|
||||
- ./bot_config.toml:/MaiMBot/config/bot_config.toml
|
||||
- maimbotDATA:/MaiMBot/data
|
||||
- ./.env.prod:/MaiMBot/.env.prod
|
||||
image: sengokucola/maimbot:latest
|
||||
|
|
|
|||
Loading…
Reference in New Issue