homelab/gitea-runner/config.yaml
gaia 775ad3fcd6 fix: runner runs on Hestia, not Dockerino
- Changed network_mode to host (local execution)
- Updated labels and names to gitea-runner-hestia
- Fixed README references
- Removed external network dependency
2026-04-09 01:55:44 -03:00

26 lines
381 B
YAML

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