feat: 添加 Docker 部署配置

This commit is contained in:
2026-06-20 00:06:10 +08:00
parent 6efba13d7d
commit 446bb987f4
2 changed files with 33 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
services:
pr-helper:
build: .
ports:
- "8080:8080"
volumes:
- pr-helper-data:/app/data
environment:
- GIN_MODE=release
restart: unless-stopped
volumes:
pr-helper-data: