This commit is contained in:
Hua
2025-04-27 10:55:38 +08:00
parent 8480656ca4
commit e5cf1c348c
3 changed files with 56 additions and 0 deletions

17
docker-compose.yml Normal file
View File

@ -0,0 +1,17 @@
version: '3.8'
services:
ai-code-review:
# image: ai-code-review:lasted
build:
context: .
dockerfile: Dockerfile
container_name: ai-code-review
ports:
- "53321:53321"
# volumes:
# # 如果需要使用自定义配置文件,取消下面的注释并修改路径
# - ./config.yaml:/app/config.yaml
restart: unless-stopped
environment:
- TZ=Asia/Shanghai