Merge branch 'MaiM-with-u:dev' into dev

pull/1115/head
Windpicker-owo 2025-07-17 18:21:08 +08:00 committed by GitHub
commit 2fafbd5562
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 1 deletions

View File

@ -6,4 +6,5 @@ __pycache__
mongodb
napcat
docs/
.github/
.github/
# test

View File

@ -36,6 +36,9 @@ services:
- ./docker-config/mmc:/MaiMBot/config # 持久化bot配置文件
- ./data/MaiMBot/maibot_statistics.html:/MaiMBot/maibot_statistics.html #统计数据输出
- ./data/MaiMBot:/MaiMBot/data # 共享目录
- ./data/MaiMBot/plugins:/MaiMBot/plugins # 插件目录
- ./data/MaiMBot/logs:/MaiMBot/logs # 日志目录
- site-packages:/usr/local/lib/python3.13/site-packages # 持久化Python包
restart: always
networks:
- maim_bot
@ -81,6 +84,8 @@ services:
# - ./data/MaiMBot:/data/MaiMBot
# networks:
# - maim_bot
volumes:
site-packages:
networks:
maim_bot:
driver: bridge