add gitea workflow

This commit is contained in:
konjacpotato
2025-11-12 20:53:23 +08:00
parent 8c1a740f0b
commit 4fb7c9fc68
31 changed files with 218 additions and 0 deletions

7
docker-compose.yml Normal file
View File

@ -0,0 +1,7 @@
version: "3.8"
services:
app:
image: peter:latest
container_name: peter
restart: always