Update runner
This commit is contained in:
@@ -96,7 +96,7 @@ services:
|
|||||||
GITEA__actions__DEFAULT_ACTIONS_URL: http://gitea:3000
|
GITEA__actions__DEFAULT_ACTIONS_URL: http://gitea:3000
|
||||||
volumes:
|
volumes:
|
||||||
- ~/Applications/data/gitea/runner_data:/data
|
- ~/Applications/data/gitea/runner_data:/data
|
||||||
- ~/Applications/data/gitea/runner_data/config.yaml:/config.yaml
|
- ./runner-config.yaml:/config.yaml:ro
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
networks:
|
networks:
|
||||||
- gitea-net
|
- gitea-net
|
||||||
|
|||||||
@@ -0,0 +1,16 @@
|
|||||||
|
log:
|
||||||
|
level: info
|
||||||
|
|
||||||
|
runner:
|
||||||
|
file: .runner
|
||||||
|
capacity: 2
|
||||||
|
timeout: 3h
|
||||||
|
insecure: false
|
||||||
|
fetch_timeout: 5s
|
||||||
|
fetch_interval: 2s
|
||||||
|
|
||||||
|
cache:
|
||||||
|
enabled: false
|
||||||
|
|
||||||
|
host:
|
||||||
|
workdir_parent:
|
||||||
Reference in New Issue
Block a user