linderhof/roles/forgejo/templates/runner-config.yml.j2

15 lines
243 B
Text
Raw Permalink Normal View History

log:
level: info
runner:
file: .runner
capacity: 1
timeout: 3h
container:
# job containers must be on this network to resolve the forgejo hostname for git operations
network: "git"
privileged: false
valid_volumes:
- '**'