Move runner configuration to git repo
This commit is contained in:
parent
68ac24e29f
commit
2b6a1b6faf
2 changed files with 35 additions and 0 deletions
|
@ -17,6 +17,7 @@ container_name = "forgejo-runner"
|
|||
user = "root:root"
|
||||
volumes = [
|
||||
"runner:/data",
|
||||
"./runner.yaml:/data/config.yaml",
|
||||
"/var/run/docker.sock:/var/run/docker.sock",
|
||||
"/etc/localtime:/etc/localtime:ro",
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue