feat(templates): Add gitea-runner docker-compose file

This commit is contained in:
2026-03-03 00:37:56 +00:00
parent 4f83a5656d
commit 05c6ea4aac
2 changed files with 38 additions and 6 deletions

View File

@@ -0,0 +1,15 @@
services:
act_runner:
image: docker.io/gitea/act_runner:latest
container_name: gitea_runner
restart: unless-stopped
environment:
- GITEA_INSTANCE_URL=YPOUR_GITEA_INSTANCE_URL_HERE
- GITEA_RUNNER_REGISTRATION_TOKEN=YOUR_RUNNER_REGISTRATION_TOKEN_HERE
- GITEA_RUNNER_NAME=solo-runner
- GITEA_RUNNER_LABELS=ubuntu-latest:docker://catthehacker/ubuntu:act-latest
volumes:
- /volume1/docker/gitea-runner:/data
- /var/run/docker.sock:/var/run/docker.sock # This allows the runner to start containers