mirror of
https://github.com/LiteyukiStudio/LiteyukiBot.git
synced 2024-11-28 18:34:48 +08:00
✨ 新增docker-compose.yml文件,定义应用服务及其配置
This commit is contained in:
parent
fd835e9406
commit
291314de93
12
docker-compose.yml
Normal file
12
docker-compose.yml
Normal file
@ -0,0 +1,12 @@
|
||||
version: '3.8'
|
||||
|
||||
services:
|
||||
app:
|
||||
image: git.liteyuki.icu/bot/app:latest
|
||||
ports:
|
||||
- "20216:20216"
|
||||
environment:
|
||||
- TZ=Asia/Shanghai
|
||||
volumes:
|
||||
- .:/liteyukibot
|
||||
command: [ "python", "main.py" ]
|
Loading…
Reference in New Issue
Block a user