This commit is contained in:
parent
d2fc23620e
commit
f82078c4ae
1 changed files with 4 additions and 0 deletions
|
@ -12,4 +12,8 @@ services:
|
||||||
- GITEA_INSTANCE_URL=https://git.theorangeone.net
|
- GITEA_INSTANCE_URL=https://git.theorangeone.net
|
||||||
- GITEA_RUNNER_REGISTRATION_TOKEN={{ gitea_runner_registration_token }}
|
- GITEA_RUNNER_REGISTRATION_TOKEN={{ gitea_runner_registration_token }}
|
||||||
- GITEA_RUNNER_NAME={{ ansible_hostname }}
|
- 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
|
restart: unless-stopped
|
||||||
|
|
Loading…
Reference in a new issue