This commit is contained in:
Daan Schouteden
2026-06-02 11:39:41 +02:00
commit 3d0e28f427
27 changed files with 3426 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
services:
gitea-pr-review-bot:
build: .
ports:
- "${PORT:-8787}:8787"
env_file:
- .env
restart: unless-stopped