Move runner configuration to git repo

This commit is contained in:
Marko Korhonen 2024-02-25 11:24:18 +02:00
parent 68ac24e29f
commit 2b6a1b6faf
2 changed files with 35 additions and 0 deletions

View file

@ -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",
]