Add gitea runner

This commit is contained in:
Dominik Milacher 2025-06-14 09:09:20 +02:00
parent 8377b02017
commit 4b1a4115d8

12
gitea-runner.yaml Normal file
View File

@ -0,0 +1,12 @@
services:
runner:
image: docker.io/gitea/act_runner:latest
container_name: gitea-runner
restart: unless-stopped
environment:
GITEA_INSTANCE_URL: https://git.example.com
GITEA_RUNNER_REGISTRATION_TOKEN: <TOKEN>
GITEA_RUNNER_NAME: <NAME>
volumes:
- ./gitea-runner/data:/data
- /var/run/docker.sock:/var/run/docker.sock