From cfbff8ecbe6cefba312d7019047684252f4fcc1b Mon Sep 17 00:00:00 2001 From: Gato Date: Sat, 6 Jun 2026 22:55:41 +0200 Subject: [PATCH] Update runner --- gitea/docker-compose.yml | 2 +- gitea/runner-config.yaml | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 gitea/runner-config.yaml diff --git a/gitea/docker-compose.yml b/gitea/docker-compose.yml index 4194191..df46588 100644 --- a/gitea/docker-compose.yml +++ b/gitea/docker-compose.yml @@ -96,7 +96,7 @@ services: GITEA__actions__DEFAULT_ACTIONS_URL: http://gitea:3000 volumes: - ~/Applications/data/gitea/runner_data:/data - - ~/Applications/data/gitea/runner_data/config.yaml:/config.yaml + - ./runner-config.yaml:/config.yaml:ro - /var/run/docker.sock:/var/run/docker.sock networks: - gitea-net diff --git a/gitea/runner-config.yaml b/gitea/runner-config.yaml new file mode 100644 index 0000000..2c3cf5a --- /dev/null +++ b/gitea/runner-config.yaml @@ -0,0 +1,16 @@ +log: + level: info + +runner: + file: .runner + capacity: 2 + timeout: 3h + insecure: false + fetch_timeout: 5s + fetch_interval: 2s + +cache: + enabled: false + +host: + workdir_parent: \ No newline at end of file