feat: add docker runner and set runner dashboards
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-11-28 20:36:44 +01:00
parent 0cff237e31
commit 0610bb40a7
6 changed files with 118 additions and 11 deletions

View File

@@ -1,4 +1,7 @@
locals {
gitea_server = "git.thomasklein.me"
ingress_domain = "drone.thomasklein.me"
gitea_server = "git.thomasklein.me"
drone_domain = "drone.thomasklein.me"
runner_gc_interval = "5m"
runner_cache_size = "5G"
}