homelab/gitea-runner/config.yaml
gaia 12d9fa08db feat: add Gitea Actions runner configuration
- docker-compose.yml for act_runner
- config.yaml template
- register.sh script
- README with installation instructions
2026-04-09 01:49:14 -03:00

26 lines
400 B
YAML

log:
level: info
formatting: text
runner:
capacity: 2
name: gitea-runner-dockerino
labels:
- gitea-runner-dockerino
- ubuntu-latest:docker://ubuntu:latest
- ubuntu-latest:host
cache:
enabled: true
dir: ""
backend: local
docker:
host: unix:///var/run/docker.sock
network: homelab-network
privileged: false
macos:
disabled: true
windows:
disabled: true