Skip to content

Commit

Permalink
✨ 新增docker-compose.yml文件,定义应用服务及其配置
Browse files Browse the repository at this point in the history
  • Loading branch information
snowykami committed Nov 23, 2024
1 parent fd835e9 commit 291314d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -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" ]

0 comments on commit 291314d

Please sign in to comment.