mirror of
https://github.com/LiteyukiStudio/LiteyukiBot.git
synced 2025-10-04 21:06:24 +00:00
🔧 更新 Dockerfile 和 docker-compose 文件,添加配置目录并引入新依赖,重构配置加载功能
Some checks failed
Pytest API Testing / Pytes-API-Testing (push) Failing after 21s
Some checks failed
Pytest API Testing / Pytes-API-Testing (push) Failing after 21s
This commit is contained in:
@@ -8,7 +8,8 @@ services:
|
||||
image: reg.liteyuki.icu/bot/app:latest
|
||||
restart: always
|
||||
volumes:
|
||||
- ./plugins:/liteyukibot/plugins # 外部插件目录,插件开发者可用
|
||||
- ./configs:/liteyukibot/configs # 配置目录,包含配置文件
|
||||
- ./data:/liteyukibot/data # 数据目录,包含下载器安装的插件目录
|
||||
- ./plugins:/liteyukibot/plugins # 外部插件目录,插件开发者可用
|
||||
ports:
|
||||
- "8090:8080"
|
Reference in New Issue
Block a user