Adding gitea act_runner roles
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
# Managed by Ansible — do not edit manually
|
||||
log:
|
||||
level: info
|
||||
|
||||
runner:
|
||||
file: .runner # stored in each runner's /data volume
|
||||
capacity: 1 # one concurrent job per runner container
|
||||
timeout: 3h
|
||||
fetch_timeout: 5s
|
||||
fetch_interval: 2s
|
||||
|
||||
cache:
|
||||
enabled: false # disable built-in cache server; use actions/cache if needed
|
||||
|
||||
container:
|
||||
network: bridge # job containers get default bridge network with internet access
|
||||
privileged: false
|
||||
valid_volumes:
|
||||
- /tmp
|
||||
force_pull: false
|
||||
force_rebuild: false
|
||||
Reference in New Issue
Block a user