diff --git a/ansible/roles/gitea_runner/files/docker-compose.yml b/ansible/roles/gitea_runner/files/docker-compose.yml index 79f4ef7..e9dda4c 100644 --- a/ansible/roles/gitea_runner/files/docker-compose.yml +++ b/ansible/roles/gitea_runner/files/docker-compose.yml @@ -12,4 +12,8 @@ services: - GITEA_INSTANCE_URL=https://git.theorangeone.net - GITEA_RUNNER_REGISTRATION_TOKEN={{ gitea_runner_registration_token }} - GITEA_RUNNER_NAME={{ ansible_hostname }} + - GITEA_RUNNER_FETCH_INTERVAL=5s + - GITEA_RUNNER_MAX_PARALLEL_JOBS={{ ansible_processor_nproc }} + - GITEA_RUNNER_UID={{ docker_user.id }} + - GITEA_RUNNER_GID={{ docker_user.id }} restart: unless-stopped