Bootstrap script + compose + config checked in under ops/forgejo-runner/ so a second runner is a scripted setup. runner-setup.md corrects the register label format (<name>:docker://<image>, not bare names) and documents the Ubuntu systemd-resolved DNS gotcha. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
30 lines
412 B
YAML
30 lines
412 B
YAML
log:
|
|
level: debug
|
|
job_level: info
|
|
|
|
runner:
|
|
file: .runner
|
|
capacity: 1
|
|
timeout: 3h
|
|
insecure: false
|
|
fetch_timeout: 5s
|
|
fetch_interval: 2s
|
|
report_interval: 1s
|
|
labels: []
|
|
|
|
cache:
|
|
enabled: true
|
|
dir: ""
|
|
host: ""
|
|
port: 0
|
|
proxy_port: 0
|
|
|
|
container:
|
|
network: ""
|
|
privileged: false
|
|
valid_volumes: []
|
|
docker_host: "tcp://docker-in-docker:2375"
|
|
force_pull: false
|
|
|
|
host:
|
|
workdir_parent:
|