mirror of
https://github.com/LiteyukiStudio/LiteyukiBot.git
synced 2024-11-29 07:24:48 +08:00
13 lines
225 B
YAML
13 lines
225 B
YAML
version: '3.8'
|
|
|
|
services:
|
|
app:
|
|
image: git.liteyuki.icu/bot/app:latest
|
|
ports:
|
|
- "20216:20216"
|
|
environment:
|
|
- TZ=Asia/Chongqing
|
|
volumes:
|
|
- .:/liteyukibot
|
|
command: [ "python", "main.py" ]
|