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
11 lines
253 B
YAML
11 lines
253 B
YAML
services:
|
|
server:
|
|
container_name: liteyukibot
|
|
image: liteyukibot:v7
|
|
restart: always
|
|
volumes:
|
|
- ./plugins:/liteyukibot/plugins
|
|
- ./data:/liteyukibot/data
|
|
- ./configs:/liteyukibot/configs
|
|
ports:
|
|
- "8090:8080" |