mirror of
https://github.com/LiteyukiStudio/LiteyukiBot.git
synced 2025-05-22 12:31:18 +00:00
Some checks failed
Pytest API Testing / Pytes-API-Testing (push) Failing after 21s
15 lines
666 B
YAML
15 lines
666 B
YAML
services:
|
|
liteyukibot:
|
|
container_name: bot
|
|
# Liteyuki latest: reg.liteyuki.icu/bot/app:latest
|
|
# Liteyuki nightly: reg.liteyuki.icu/bot/app:nightly
|
|
# GHCR latest: ghcr.io/liteyukistudio/bot-app:latest 暂未发布
|
|
# Docker Hub latest: docker.io/liteyukistudio/bot-app:latest 暂未发布
|
|
image: reg.liteyuki.icu/bot/app:latest
|
|
restart: always
|
|
volumes:
|
|
- ./configs:/liteyukibot/configs # 配置目录,包含配置文件
|
|
- ./data:/liteyukibot/data # 数据目录,包含下载器安装的插件目录
|
|
- ./plugins:/liteyukibot/plugins # 外部插件目录,插件开发者可用
|
|
ports:
|
|
- "8090:8080" |