This commit is contained in:
parent
661aa57a3c
commit
77c62c0605
1 changed files with 12 additions and 0 deletions
12
forgejo-worker.tf
Normal file
12
forgejo-worker.tf
Normal file
|
@ -0,0 +1,12 @@
|
|||
module "forgejo_runner" {
|
||||
source = "github.com/matthewbaggett/terraform_modules//docker-gitea-actions-runner"
|
||||
providers = { docker = docker.nas }
|
||||
parallelism = 12
|
||||
gitea_runner_name = "california"
|
||||
gitea_runner_labels = []
|
||||
gitea_instance_url = "https://code.techinc.nl"
|
||||
gitea_token = "7U8XD8IXZokT18smTZhb7P1xeKRVU9MRiPjWEOwN"
|
||||
stack_name = "code"
|
||||
service_name = "forgejo-runner"
|
||||
placement_constraints = ["node.hostname == california"]
|
||||
}
|
Reference in a new issue