Add runner configuration and update docker-compose for Gitea runner

This commit is contained in:
Peter Wood
2025-11-10 21:34:49 -05:00
parent b3ee10a119
commit b3632c0333
2 changed files with 24 additions and 0 deletions

15
gitea/runner-config.yaml Normal file
View File

@@ -0,0 +1,15 @@
log:
level: info
runner:
capacity: 1
timeout: 3h
container:
# Use the gitea network so job containers can resolve the 'server' hostname
network_mode: gitea_gitea
privileged: false
options: ""
workdir_parent: ""
valid_volumes: []
docker_host: ""