mirror of
https://github.com/ascet-tomsk/gitea-setup.git
synced 2026-02-16 05:51:12 +03:00
27 lines
475 B
YAML
27 lines
475 B
YAML
runner:
|
|
capacity: 2
|
|
labels:
|
|
- "ubuntu-24.04:host"
|
|
- "linux:host"
|
|
- "self-hosted"
|
|
- "linux-amd64"
|
|
|
|
fetch_timeout: 5s
|
|
fetch_interval: 2s
|
|
|
|
container:
|
|
network_mode: "host"
|
|
workdir_parent: /var/lib/act_runner/workspace
|
|
|
|
host:
|
|
workdir_parent: /var/lib/act_runner/workspace
|
|
|
|
cache:
|
|
enabled: true
|
|
dir: /var/lib/act_runner/cache
|
|
cleanup_interval: 24h
|
|
|
|
# 4.3 Конфигурационный файл act_runner
|
|
# /etc/act_runner/config.yaml
|
|
|
|
|