mirror of
https://github.com/acedanger/docker.git
synced 2025-12-06 04:30:12 -08:00
Add runner configuration and update docker-compose for Gitea runner
This commit is contained in:
15
gitea/runner-config.yaml
Normal file
15
gitea/runner-config.yaml
Normal 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: ""
|
||||
Reference in New Issue
Block a user