testing komodo injection
This commit is contained in:
@@ -4,7 +4,7 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
image: docker.io/gitea/act_runner:0.2.11
|
image: docker.io/gitea/act_runner:0.2.11
|
||||||
environment:
|
environment:
|
||||||
CONFIG_FILE: /config.yaml
|
CONFIG_FILE: ${CONFIG_FILE}
|
||||||
GITEA_INSTANCE_URL: ${GITEA_URL}
|
GITEA_INSTANCE_URL: ${GITEA_URL}
|
||||||
GITEA_RUNNER_REGISTRATION_TOKEN: ${RUNNER_REGISTRATION_TOKEN}
|
GITEA_RUNNER_REGISTRATION_TOKEN: ${RUNNER_REGISTRATION_TOKEN}
|
||||||
GITEA_RUNNER_NAME: ${RUNNER_NAME}
|
GITEA_RUNNER_NAME: ${RUNNER_NAME}
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ runner:
|
|||||||
fetch_timeout: 5s
|
fetch_timeout: 5s
|
||||||
fetch_interval: 2s
|
fetch_interval: 2s
|
||||||
labels:
|
labels:
|
||||||
- "${RUNNER_TAG}:docker://gitea/runner-images:ubuntu-22.04"
|
- "water:docker://gitea/runner-images:ubuntu-22.04"
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
enabled: true
|
enabled: true
|
||||||
35
wind-config.yaml
Normal file
35
wind-config.yaml
Normal file
@@ -0,0 +1,35 @@
|
|||||||
|
log:
|
||||||
|
# The level of logging, can be trace, debug, info, warn, error, fatal
|
||||||
|
level: error
|
||||||
|
|
||||||
|
runner:
|
||||||
|
file: .runner
|
||||||
|
# Execute how many tasks concurrently at the same time.
|
||||||
|
capacity: 5
|
||||||
|
timeout: 1h
|
||||||
|
shutdown_timeout: 0s
|
||||||
|
insecure: false
|
||||||
|
fetch_timeout: 5s
|
||||||
|
fetch_interval: 2s
|
||||||
|
labels:
|
||||||
|
- "wind:docker://gitea/runner-images:ubuntu-22.04"
|
||||||
|
|
||||||
|
cache:
|
||||||
|
enabled: true
|
||||||
|
dir: ""
|
||||||
|
host: ""
|
||||||
|
port: 0
|
||||||
|
external_server: ""
|
||||||
|
|
||||||
|
container:
|
||||||
|
network: ""
|
||||||
|
privileged: false
|
||||||
|
options:
|
||||||
|
workdir_parent:
|
||||||
|
valid_volumes: []
|
||||||
|
docker_host: ""
|
||||||
|
force_pull: false
|
||||||
|
force_rebuild: false
|
||||||
|
|
||||||
|
host:
|
||||||
|
workdir_parent:
|
||||||
Reference in New Issue
Block a user